config:
    send_anonymous_usage_stats: False
    use_colors: True

integration_tests:
  target: postgres
  outputs:
    postgres:
      type: postgres
      host: "{{ env_var('CI_DBT_HOST') }}"
      user: "{{ env_var('CI_DBT_USER') }}"
      pass: "{{ env_var('CI_DBT_PASS') }}"
      port: "{{ env_var('CI_DBT_PORT')|int }}"
      dbname: "{{ env_var('CI_DBT_DBNAME') }}"
      schema: integration_tests
      threads: 1
