-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compilation Error in rpc request (from remote system.sql) Required var 'start_date' not found in config #159
Comments
I haven't run into this error, personally. Without being able to reproduce it, I think it will be hard to provide guidance. Can you provide any steps that consistently reproduce this issue? And can you confirm that you're editing your project's dbt_project.yml and not the package's dbt_project.yml? |
Yes, I confirm that I edit my project's dbt_project.yml. |
run into this error too ! |
@yanchengcho @QingSun88 have you tried the latest releases and is this still an issue? |
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.
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?
The text was updated successfully, but these errors were encountered: