Hi! How can i add specific version of airflow as o...
# troubleshooting
h
Hi! How can i add specific version of airflow as orchetraitor? Like 2.3.x
n
Hi Hugo, you can pin the specific version of airflow in
meltano.yml
just like other plugins. It’ll look something like this:
Copy code
orchestrators:
  - name: airflow
    variant: apache
    pip_url: psycopg2 apache-airflow==2.3.2 --constraint <https://raw.githubusercontent.com/apache/airflow/constraints-2.3.2/constraints-${MELTANO__PYTHON_VERSION}.txt>
h
Oh, thanks very much
I have one more question, Do you know how to see or check extractors logs? I have Invalid Extractor Connection - tap-mssql error in the Melt UI, and nothing more