Open Issues Need Help
View All on GitHubDAGs describing the production workflows used at Open Climate Fix
DAGs describing the production workflows used at Open Climate Fix
DAGs describing the production workflows used at Open Climate Fix
AI Summary: Modify the `consume-pvlive-dag.py` Airflow DAG to increase the historical data retrieval from PVLive to 12 hours by changing the `BACKFILL_HOURS` parameter. This addresses data gaps and ensures more complete historical data.
DAGs describing the production workflows used at Open Climate Fix
AI Summary: Modify the existing Slack callback function in the `airflow-dags` project to include country flags (UK, NL, India) based on the provided country parameter. This involves creating a new function `get_slack_message_callback_no_action_required` that returns a list of `send_slack_notification` calls, each including the appropriate flag emoji.
DAGs describing the production workflows used at Open Climate Fix
AI Summary: Add emoji country flags to existing Slack messages within specified Airflow DAGs (UK, Netherlands, and India) to improve message clarity and readability. This involves modifying the `on_failure_callback` functions in the relevant DAG files to include appropriate country flag emojis.
DAGs describing the production workflows used at Open Climate Fix