Skip to content

Commit

Permalink
Add backticks to left_table_query_string
Browse files Browse the repository at this point in the history
Signed-off-by: david <davidmiller252@gmail.com>
  • Loading branch information
dmille committed Jan 27, 2022
1 parent 46c4722 commit a7f16b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/infra/offline_stores/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ def _get_bigquery_client(project: Optional[str] = None, location: Optional[str]
,CAST({{entity_df_event_timestamp_col}} AS STRING) AS {{featureview.name}}__entity_row_unique_id
{% endif %}
{% endfor %}
FROM {{ left_table_query_string }}
FROM `{{ left_table_query_string }}`
),
{% for featureview in featureviews %}
Expand Down

0 comments on commit a7f16b6

Please sign in to comment.