Skip to content

Commit

Permalink
Remove unnecessary comments in dbt_project
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jul 13, 2023
1 parent 282c38c commit c9a08c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ vars:
snowplow__percent_progress_boundaries: [10, 25, 50, 75]
snowplow__events: '{{ source("atomic", "events") }}'
snowplow__dev_target_name: 'dev'
# Sources
# snowplow__atomic_schema: 'atomic' # Only set if not using 'atomic' schema for Snowplow events data
# snowplow__database: # Only set if not using target.database for Snowplow events data -- WILL BE IGNORED FOR DATABRICKS

Expand Down Expand Up @@ -70,7 +69,6 @@ vars:
snowplow__query_tag: 'snowplow_dbt'
snowplow__enable_load_tstamp: true
# Databricks Only
# Add the following variable to your dbt project's dbt_project.yml file
# Depending on the use case it should either be the catalog (for Unity Catalog users from databricks connector 1.1.1 onwards) or the same value as your snowplow__atomic_schema (unless changed it should be 'atomic')
# snowplow__databricks_catalog: 'hive_metastore'

Expand Down

0 comments on commit c9a08c7

Please sign in to comment.