astronomer / astronomer-airflow-version-check

Plugin to check if new version of Astronomer Certified Airflow is available
Apache License 2.0
1 stars 2 forks source link

Structure the plugin to connect to Airflow through Airflow DB managers #77

Open ephraimbuddy opened 1 day ago

ephraimbuddy commented 1 day ago

We should improve this plugin to use Airflow DB managers for DB handling, similar to how FAB connects to Airflow DB

ashb commented 1 day ago

We need to thing about what we do for older Airflow versions (use an older version of the plugin maybe?)

ephraimbuddy commented 1 day ago

We need to thing about what we do for older Airflow versions (use an older version of the plugin maybe?)

Yes. We can do a major version bump during release and ensure older airflow versions don't use the new version.

For now, we can create an RC version for nightly builds until 3.0 is around the corner