Bug P2
Status Update
Comments
be...@google.com <be...@google.com> #2
I'm having the same problem. The error highlighting feels very unresponsive. Sometimes I even have to close the file for it to clean the error line from the tab.
Description
Problem you have encountered:
environment: BigQuery
Assertion fails when creating incremental table with "requirePartitionFilter : true"
bigquery error: Cannot query over table 'project.dataset.incremental_table' without a filter over column(s) 'source_event_timestamp' that can be used for partition elimination
What you expected to happen:
Assertions should be run using the partition filter.
Steps to reproduce:
reuirePartitionFilter: true
to your bigquery incremental table .sqlx filedataform run
Other information (workarounds you have tried, documentation consulted, etc):