Tags: meltano/airflow-ext
Tags
fix: airflow 3.x compatibility (#159) * permissive typer 0.20.0 * permissive structlog <=25 * permissive structlog <26 * typer >=0.19.0 * comp edk 0.5.0 * bump edk 0.5.0 * meltano edk name * airflow db migrate replaces init * let airflow write config file this avoids catching warnings on stdout on airflow.cfg * use airflow_cfg_path * revert to airflow.cfg via stdout * Update _initdb to support Airflow version checks Handle database initialization for different Airflow versions. * fix comment on initialization logic * fix airflow version check for database initialization * Update README for Airflow 3.x compatibility Updated README to reflect compatibility with Airflow 3.x and modified pip_url for dependencies. * Update Apache Airflow dependency in README Removed apache-airflow-providers-fab module and postgres flavor * comp edk 0.6.0 * Change web server port env variable for Airflow 3.x Updated environment variable and added description for web server port. * Add commands to start Airflow API server * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>