BigQuery Not Expanding Source Variables #92
Labels
status:needs_triage
Needs maintainer triage.
type:bug
Bugs or weaknesses. The issue has to contain steps to reproduce.
Describe the bug
Using a variable or Jinja syntax in the variable for:
snowplow__database
orsnowplow__atomic_schema
does not expand when used with BigQuery.Steps to reproduce
Using bigquery, within the DBT config put:
NOTE: This does work for Snowflake, but not BigQuery.
Expected results
The models to execute successfully using the env_var that is used.
Actual results
I receive the following error:
Upon investigation, the base macro is returniogn the right sql. It looks like the error is within the get_context field macros when they call source('atomic', 'events`) . Because the underlying source file is not expanding the snowplow variables.
System information
The contents of your
packages.yml
file:Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
Mac OS Sequoia
The output of
python --version
:Python 3.8.18
The text was updated successfully, but these errors were encountered: