Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
function name change to _assert_table_exists
Signed-off-by: Cody Lin <codyl@twitter.com>
  • Loading branch information
Cody Lin committed Jun 19, 2021
commit c548ab6481fc432c52cf85c61de6d19fbc23564d
11 changes: 0 additions & 11 deletions sdk/python/feast/data_source.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,19 +635,8 @@ def __init__(
query: Optional[str] = None,
):
self._bigquery_options = BigQueryOptions(table_ref=table_ref, query=query)
<<<<<<< HEAD
self._assert_table_exists()

if not self._table_exists():
raise NameError(
f"""
Unable to find table {table_ref} in BigQuery. Please check that table exists.
"""
)
=======
self._table_exists()
>>>>>>> c6935e99... clean up table_exists exception

super().__init__(
event_timestamp_column,
created_timestamp_column,
Expand Down