-
Notifications
You must be signed in to change notification settings - Fork 7
/
profiles.yml
33 lines (32 loc) · 1.07 KB
/
profiles.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
config:
use_colors: True # change this to test if config is loading
send_anonymous_usage_stats: False # can't be making external connections from internal systems
printer_width: 160 # default 80
bq-oauth:
target: testing # default target
outputs:
duckdb:
extensions:
- iceberg
type: duckdb
path: localiceberg.duckdb
settings:
s3_region: eu-north-1
s3_access_key_id: "{{env_var('s3_access_key_id')}}"
s3_secret_access_key: "{{env_var('s3_secret_access_key')}}"
snowflake:
type: snowflake
account: "{{env_var('snowflake_account')}}"
user: "{{env_var('snowflake_user')}}"
password: "{{env_var('snowflake_user_password')}}"
role: "{{env_var('snowflake_user_role')}}"
database: snowflakeinceberg_test
warehouse: snowflakeinceberg_test_wh
schema: public
threads: 200
bigquery:
type: bigquery
method: oauth
project: "{{env_var('bigquery_project')}}"
dataset: "{{env_var('bigquery_dataset')}}"
threads: 4 # Must be a value of 1 or greater