@@ -19,6 +19,7 @@ The following are DAGs grouped by their primary tag:
19
19
1 . [ Database] ( #database )
20
20
1 . [ Maintenance] ( #maintenance )
21
21
1 . [ Oauth] ( #oauth )
22
+ 1 . [ Other] ( #other )
22
23
1 . [ Provider] ( #provider )
23
24
1 . [ Provider Reingestion] ( #provider-reingestion )
24
25
@@ -63,6 +64,12 @@ The following are DAGs grouped by their primary tag:
63
64
| [ ` oauth2_authorization ` ] ( #oauth2_authorization ) | ` None ` |
64
65
| [ ` oauth2_token_refresh ` ] ( #oauth2_token_refresh ) | ` 0 */12 * * * ` |
65
66
67
+ ## Other
68
+
69
+ | DAG ID | Schedule Interval |
70
+ | --------------------------------------------------------- | ----------------- |
71
+ | [ ` flickr_thumbnails_removal ` ] ( #flickr_thumbnails_removal ) | ` None ` |
72
+
66
73
## Provider
67
74
68
75
| DAG ID | Schedule Interval | Dated | Media Type(s) |
@@ -113,6 +120,7 @@ The following is documentation associated with each DAG (where available):
113
120
1 . [ ` finnish_museums_workflow ` ] ( #finnish_museums_workflow )
114
121
1 . [ ` flickr_audit_sub_provider_workflow ` ] ( #flickr_audit_sub_provider_workflow )
115
122
1 . [ ` flickr_reingestion_workflow ` ] ( #flickr_reingestion_workflow )
123
+ 1 . [ ` flickr_thumbnails_removal ` ] ( #flickr_thumbnails_removal )
116
124
1 . [ ` flickr_workflow ` ] ( #flickr_workflow )
117
125
1 . [ ` freesound_workflow ` ] ( #freesound_workflow )
118
126
1 . [ ` image_data_refresh ` ] ( #image_data_refresh )
@@ -394,6 +402,11 @@ Output: TSV file containing the images and the respective meta-data.
394
402
395
403
Notes: https://www.flickr.com/help/terms/api Rate limit: 3600 requests per hour.
396
404
405
+ ## ` flickr_thumbnails_removal `
406
+
407
+ One-time run DAG to remove progressively all the old Flickr thumbnails, as they
408
+ were determined to be unsuitable for the Openverse UI requirements.
409
+
397
410
## ` flickr_workflow `
398
411
399
412
Content Provider: Flickr
0 commit comments