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

Remove create table hook on `upgradedb` #40

Closed ephraimbuddy closed 1 year ago

ephraimbuddy commented 1 year ago

We currently depend on a before call hook on upgradedb to create tables for the plugin. This PR replaces it with a query for existence of the plugin tables and creates the table if needed.

Also, some deprecation warnings were fixed