Skip to content

Commit

Permalink
PR feedback, fix indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Nov 10, 2021
1 parent 514ef02 commit b2184a5
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions dbt/include/spark/profile_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ prompts:
odbc:
_fixed_method: odbc
driver:
hint: 'path/to/driver'
schema:
hint: 'path/to/driver'
_choose_endpoint_or_cluster:
endpoint:
endpoint:
Expand All @@ -24,12 +23,12 @@ prompts:
token:
hint: 'abc123'
hide_input: true
connect_timeout:
default: 10
type: 'int'
connect_retries:
default: 0
type: 'int'
connect_timeout:
default: 10
type: 'int'
connect_retries:
default: 0
type: 'int'
thrift:
_fixed_method: thrift
port:
Expand Down

0 comments on commit b2184a5

Please sign in to comment.