Closed tmihalac closed 3 weeks ago
Syntax Error in BigQuery While Retrieving Columns that Start with a Number. The solution is to escape the columns in the queries with `.
Fixes https://github.com/feast-dev/feast/issues/4688
What this PR does / why we need it:
Syntax Error in BigQuery While Retrieving Columns that Start with a Number. The solution is to escape the columns in the queries with `.
Which issue(s) this PR fixes:
Fixes https://github.com/feast-dev/feast/issues/4688