feast-dev / feast

The Open Source Feature Store for Machine Learning
https://feast.dev
Apache License 2.0
5.62k stars 1k forks source link

fix: Syntax Error in BigQuery While Retrieving Columns that Start wit… #4713

Closed tmihalac closed 3 weeks ago

tmihalac commented 3 weeks ago

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