connections:
  - id: dwh
    type: ewah_postgres
    host: database
    port: 5432
    schema: ewah
    login: postgres
    password: postgres
  - id: airflow
    type: ewah_postgres
    host: database
    port: 5432
    schema: ewah
    login: postgres
    password: postgres
  - id: hubspot # Official demo API key
    type: ewah_hubspot
    password: demo
  - id: stripe # Official demo API key
    type: ewah_stripe
    password: sk_test_4eC39HqLyjWDarjtT1zdp7dc
  - id: airflow_api
    type: ewah_airflow
    host: "http://host.docker.internal:8084"
    login: ewah
    password: ewah
