Skip to content

bring fetch_ores_thresholds.py over from airflow 1

Ebernhardson requested to merge work/ebernhardson/fetch_ores_thresholds into main

This script is needed as part the ores_predictions_daily dag. Direct copy from the old instance, this is a simple python script that doesn't interact with spark. Only change was adjusting the import location of the Retry object, to load directly from urllib3.

Merge request reports