Hi we had tried to set up airflow as an orchestrat...
# troubleshooting
r
Hi we had tried to set up airflow as an orchestrator in meltano. Defined it in the yml file as follows. While we are running airflow fine, however in the airflow connections page (in the webserver frontend), I can't see "PostGres" as a connection. Tried adding
apache-airflow[postgres,amazon]
to the
pip_url
but still could not see the postgres connection in the connection page. Is there anyway to include it?
Copy code
orchestrators:
  - name: airflow
    variant: apache
    pip_url: python-dotenv psycopg2 apache-airflow==2.1.2 --constraint <https://raw.githubusercontent.com/apache/airflow/constraints-2.1.2/constraints-${MELTANO__PYTHON_VERSION}.txt> virtualenv # yamllint disable-line rule:line-length
    config:
      core.executor: LocalExecutor