Velir / dbt-ga4

dbt Package for modeling raw data exported by Google Analytics 4. BigQuery support, only.
MIT License
312 stars 134 forks source link

Compilation Error in rpc request (from remote system.sql) Required var 'start_date' not found in config #220

Closed ryan-systematik closed 1 year ago

ryan-systematik commented 1 year ago

When compile ‘base_ga4__events.sql’, it shows “Compilation Error in rpc request (from remote system.sql) Required var 'start_date' not found in config”. But actually I have set the var ‘start_date’ when I change required variables in dbt_project.yml (frequency: “streaming”) under the main file tree.

Screenshot 2023-03-24 at 11 43 46

But when I run this model again, it shows success without error and create this table in my BigQuery.

So should I do anything to fix this error? Or just let it here?