We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2519b commit 20b8ea1Copy full SHA for 20b8ea1
card_data/pipelines/poke_cli_dbt/profiles.yml
@@ -0,0 +1,12 @@
1
+poke_cli_dbt:
2
+ outputs:
3
+ dev:
4
+ dbname: postgres
5
+ host: aws-0-us-east-2.pooler.supabase.com
6
+ pass: "{{ env_var('SUPABASE_PASSWORD') }}"
7
+ port: 6543
8
+ schema: public
9
+ threads: 1
10
+ type: postgres
11
+ user: "{{ env_var('SUPABASE_USER') }}"
12
+ target: dev
0 commit comments