forked from outsider-analytics/spellbook_5_13
-
Notifications
You must be signed in to change notification settings - Fork 0
/
profiles.yml
59 lines (55 loc) · 1.5 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
blocktrekker_admin:
target: test # this is the default target
outputs:
test:
type: bigquery # database type
method: service-account # authentication method
### database-specific connection details
keyfile: ../keys/blocktrekker-admin.json
threads: 5
project: blocktrekker
schema: utils
timeout_seconds: 200
location: US
priority: interactive # Big Query info
maximum_bytes_billed: 10000000000
prod: # additional targets
type: bigquery # database type
method: service-account # authentication method
### database-specific connection details
keyfile: ../keys/blocktrekker-admin.json
threads: 32
project: blocktrekker
schema: utils
timeout_seconds: 2000
location: US
priority: interactive # Big Query info
maximum_bytes_billed: 10000000000
gcs_bucket: blocktrekker
blocktrekker_databricks:
target: dev
outputs:
dev:
type: databricks
method: service-principal
token: dapi8779486ae6d91e4606939529dc91dfcc
host: https://8132882202601730.0.gcp.databricks.com/
cluster: 0725-162803-u5sykljb
http_path: /sql/1.0/warehouses/2eb4908793d7ba81
schema: default
threads: 8
logs:
dbt: ERROR
blocktrekker_spark:
target: dev
outputs:
dev:
type: databricks
method: thrift
schema: default
host: 35.225.66.59
port: 10002
logs:
dbt: ERROR
<profile-name>: # additional profiles
...