Skip to content

Commit

Permalink
Update context_existance_check.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
ilias1111 committed Jun 14, 2024
1 parent 3470e8b commit 0531301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion macros/context_existance_check.sql
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0
{%- if flags.WHICH in ('run', 'run-operation') -%}

{% set relation = adapter.get_relation(
database=target.database,
database= var('snowplow__database', target.database) if target.type not in ['databricks', 'spark'] else var('snowplow__databricks_catalog', 'hive_metastore') if target.type in ['databricks'] else var('snowplow__atomic_schema', 'atomic'),
schema=var('snowplow__atomic_schema', 'atomic'),
identifier=var('snowplow__events_table', 'events'))
Expand Down

0 comments on commit 0531301

Please sign in to comment.