Skip to content

Commit

Permalink
wait until bq table created
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Moskalenko <[email protected]>
  • Loading branch information
pyalex committed Oct 29, 2020
1 parent 0ed9a7e commit 0ccdf8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/test_online_features.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_offline_ingestion_from_bq_view(pytestconfig, bq_dataset, feast_client:
bigquery.DatasetReference(bq_project, bq_dataset),
f"ingestion_source_{datetime.now():%Y%m%d%H%M%s}",
)
bq_client.load_table_from_dataframe(generate_data(), source_ref)
bq_client.load_table_from_dataframe(generate_data(), source_ref).result()

view_ref = bigquery.TableReference(
bigquery.DatasetReference(bq_project, bq_dataset),
Expand Down

0 comments on commit 0ccdf8f

Please sign in to comment.