# TADAS model version description

* Version tag: `t2511_noamazon`
* Released: November 2025

## Sources

The model was trained by Travis Stove and saved to Snowflake model registry.

* [Model in Snowflake Model Registry](https://app.snowflake.com/sme/orchard/#/data/databases/FACTS/schemas/DEV/model/TADAS_30_FYQ225_NOAMAZON)

## Changelist
- excluded all Amazon Music related ML features

### Status in DynamoDB

- this ETL exposes DynamoDB feeds: 
  - `tadas_t2511_noamazon_countries`
  - `tadas_t2511_noamazon_global`
- upon model inference the status is set to `DOWNLOADED`
- upon model publish the status is set to `INGESTED`

## Deployment

```sql
ALTER MODEL <DATABASE>.<SCHEMA>.TADAS30 ADD VERSION NOAMAZON
    FROM MODEL FACTS.DEV.TADAS_30_FYQ225_NOAMAZON VERSION DEV_V1;
```
