You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -63,7 +63,6 @@ You may obtain a copy of the Snowplow Personal and Academic License Version 1.0
{%- if flags.WHICHin ('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.typein ['databricks'] else var('snowplow__atomic_schema', 'atomic'),