Do not ingest Jamendo tracks that do not allow downloads #3530
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing user-facing feature
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: catalog
Related to the catalog and Airflow DAGs
Problem
Related to #3499, see that discussion for additional context.
#3524 started tracking which Jamendo audio tracks do not allow downloads by storing the
audiodownload_allowed
field in the meta_data column. Once this information is populated, we can do the following:delete_records
DAG to temporarily move records withaudiodownload_allowed
set to False to the DeletedAudio tableaudiodownload_allowed
set to FalseThis issue is blocked until a Jamendo DagRun has completed, in order to backfill the meta_data column so we can select the relevant tracks.
The text was updated successfully, but these errors were encountered: