Stéphane Burwash
01/23/2023, 3:06 PMWill Da Silva (Arch)
01/24/2023, 2:58 PMv2.6.0
and `v2.7.0`: https://github.com/meltano/meltano/compare/v2.6.0...v2.7.0
The upgrade function from https://github.com/meltano/meltano/blob/1a97f3d2f68a59e1a07c1d04672603e2ae1f0d64/s[…]tions/versions/f4c225a9492f_create_dedicated_job_state_table.py is used to upgrade the DB.
@cody_hanson Later on you made changes to that file: https://github.com/meltano/meltano/commits/main/src/meltano/migrations/versions/f4c225a9492f_create_dedicated_job_state_table.py
The current version has upgrade and downgrade as a no-op. That's only for v2.7.1
, right? Should the v2.7.0
version still be used?Stéphane Burwash
01/24/2023, 3:09 PM2.7.1
?Will Da Silva (Arch)
01/24/2023, 3:16 PMStéphane Burwash
01/24/2023, 3:19 PMStéphane Burwash
01/24/2023, 6:59 PMStéphane Burwash
01/24/2023, 7:21 PMcody_hanson
01/24/2023, 7:27 PMcody_hanson
01/24/2023, 7:29 PMStéphane Burwash
01/24/2023, 7:33 PMStéphane Burwash
01/24/2023, 7:57 PMStéphane Burwash
01/24/2023, 8:55 PMplugins:
orchestrators:
- name: airflow
pip_url: psycopg2-binary apache-airflow==2.3.2 --constraint <https://raw.githubusercontent.com/apache/airflow/constraints-2.3.2/constraints-${MELTANO__PYTHON_VERSION}.txt>
config:
webserver:
expose_config: true
hide_paused_dags_by_default: true
files:
- name: files-airflow
variant: meltano
pip_url: git+<https://github.com/meltano/files-airflow.git>