Skip to content

Instantly share code, notes, and snippets.

@ngollperrier
Last active October 31, 2018 15:49
Show Gist options
  • Save ngollperrier/d397d8672840d6890bf1e7751148afb9 to your computer and use it in GitHub Desktop.
Save ngollperrier/d397d8672840d6890bf1e7751148afb9 to your computer and use it in GitHub Desktop.
airflow connections -a - conn_id "mini-warehouse-db" \
  - conn_type "postgres" \
  - conn_host "localhost" \
  - conn_port "5432" \
  - conn_schema "miniwarehousedb" \
  - conn_login "etl" \
  - conn_password "password" \
  - conn_extra ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment