diff --git a/dbt_project.yml b/dbt_project.yml index 3e83f54..0a284f3 100644 --- a/dbt_project.yml +++ b/dbt_project.yml @@ -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 @@ -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'