Skip to content

Commit

Permalink
Update profile_template.yml for v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Nov 9, 2021
1 parent 6e605cb commit 1a3c265
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 31 deletions.
43 changes: 43 additions & 0 deletions dbt/include/spark/profile_template.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
fixed:
type: spark
prompts:
host:
hint: [yourorg.sparkhost.com]
_choose_authentication_method:
odbc:
_fixed_method: odbc
driver:
hint: 'path/to/driver'
schema:
_choose_endpoint_or_cluster:
endpoint:
endpoint:
hint: 'endpoint ID'
cluster:
cluster:
hint: 'cluster ID'
token:
hint: 'abc123'
hide_input: true
http:
_fixed_method: http
token:
hint: 'abc123'
hide_input: true
connect_timeout:
default: 10
type: 'int'
connect_retries:
default: 0
type: 'int'
thrift:
_fixed_method: thrift
port:
default: 443
type: 'int'
schema:
hint: 'default schema that dbt will build objects in'
threads:
hint: '1 or more'
type: 'int'
default: 1
31 changes: 0 additions & 31 deletions dbt/include/spark/sample_profiles.yml

This file was deleted.

0 comments on commit 1a3c265

Please sign in to comment.