DAGs describing the production workflows used at Open Climate Fix

10 Open Issues Need Help Last updated: Jan 6, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests an upgrade of the 'solar-consumer' dependency to version 1.4.15 within the Airflow DAGs. The upgrade is intended to improve versioning information in logs. The specific locations for the upgrade are provided in the 'Possible Implementation' section.

Complexity: 1/5
contributions-welcome good first issue

DAGs describing the production workflows used at Open Climate Fix

Python

AI Summary: This issue identifies a bug where the model name 'pvnet_da' is incorrectly used in a check within the forecast GSP DAG. The correct model name should be 'pvnet_day_ahead'. The fix involves changing this specific string in the provided Python file.

Complexity: 1/5
bug contributions-welcome good first issue

DAGs describing the production workflows used at Open Climate Fix

Python
contributions-welcome good first issue

DAGs describing the production workflows used at Open Climate Fix

Python

AI Summary: This issue requests an update to an informational message within an Airflow DAG. The message should be enhanced to explain how the forecast blend service handles Met Office data failures by incorporating backup models and provide a link to the Met Office service status page. This is a straightforward text update.

Complexity: 1/5
contributions-welcome good first issue

DAGs describing the production workflows used at Open Climate Fix

Python
contributions-welcome good first issue tech-ops

DAGs describing the production workflows used at Open Climate Fix

Python
contributions-welcome good first issue

DAGs describing the production workflows used at Open Climate Fix

Python
contributions-welcome good first issue

DAGs describing the production workflows used at Open Climate Fix

Python

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.

Complexity: 2/5
contributions-welcome good first issue tech-ops

DAGs describing the production workflows used at Open Climate Fix

Python

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.

Complexity: 2/5
contributions-welcome good first issue tech-ops

DAGs describing the production workflows used at Open Climate Fix

Python

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.

Complexity: 2/5
contributions-welcome good first issue

DAGs describing the production workflows used at Open Climate Fix

Python