Skip to content
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

fix: resolving syntax error while querying a feature view with column name starting with a number and BigQuery as data source #4908

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

dharmisha
Copy link

@dharmisha dharmisha commented Jan 9, 2025

What this PR does / why we need it:

This PR addresses a syntax error that occurs when querying a feature view with a column name starting with a number, specifically when using the BigQuery data source. To resolve this issue, the PR wraps all BigQuery feature view column names in backticks (`).

Which issue(s) this PR fixes:

Fixes #4688

Misc

This issue was closed by the PR #4713, however the bug was not resolved with 4713.
The current PR fixes bugs mentioned in #4688

@dharmisha dharmisha changed the title fix: Syntax error while querying a feature view with column name starting with a number and BigQuery as data source. fix: resolving syntax error while querying a feature view with column name starting with a number and BigQuery as data source Jan 9, 2025
@dharmisha dharmisha marked this pull request as ready for review January 9, 2025 09:01
@dharmisha dharmisha requested review from sudohainguyen and a team as code owners January 9, 2025 09:01
@dharmisha
Copy link
Author

@franciscojavierarceo Can you please let us know the next steps for this PR to be merged?

@franciscojavierarceo
Copy link
Member

franciscojavierarceo commented Jan 10, 2025

Can you fix the DCO? You can do it manually in the UI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syntax Error in BigQuery While Retrieving Columns that Start with a Number
3 participants