Differential D4920 Diff 24623 python_modules/libraries/dagster-dbt/dagster_dbt_tests/dagster_dbt_test_project/dbt_config/profiles.yml
Changeset View
Changeset View
Standalone View
Standalone View
python_modules/libraries/dagster-dbt/dagster_dbt_tests/dagster_dbt_test_project/dbt_config/profiles.yml
dagster_dbt_test_project: | dagster_dbt_test_project: | ||||
target: dev | target: dev | ||||
outputs: | outputs: | ||||
dev: | dev: | ||||
type: postgres | type: postgres | ||||
host: "{{ env_var('POSTGRES_TEST_DB_DBT_HOST') }}" # POSTGRES_TEST_DB_DBT_HOST | host: "{{ env_var('POSTGRES_TEST_DB_DBT_HOST') }}" | ||||
user: test | user: test | ||||
pass: test | pass: test | ||||
port: 5432 | port: 5432 | ||||
dbname: test | dbname: test | ||||
schema: test-schema | schema: test-schema | ||||
threads: 2 | threads: 2 | ||||
keepalives_idle: 0 # default 0, indicating the system default | keepalives_idle: 0 | ||||
# search_path: [optional, override the default postgres search_path] | |||||
# role: [optional, set the role dbt assumes when executing queries] | |||||
# sslmode: [optional, set the sslmode used to connect to the database] |