You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, for integration tests, we try to "recreate/reupdate" the same "ds" or "test_ingestion" dataset in BigQuery. This can cause issues though if e.g. the test runner isn't an admin privilege because in particular updating the timestamp of the table requires admin privileges.
adchia
changed the title
Fix BigQuery related integration tests to make unique BQ tables
Fix BigQuery related integration tests to make unique BQ datasets
Aug 4, 2021
woop
changed the title
Fix BigQuery related integration tests to make unique BQ datasets
Fix BigQuery related integration tests to make unique BQ datasets and tables
Aug 24, 2021
Currently, for integration tests, we try to "recreate/reupdate" the same "ds" or "test_ingestion" dataset in BigQuery. This can cause issues though if e.g. the test runner isn't an admin privilege because in particular updating the timestamp of the table requires admin privileges.
See test_offline_online_store_consistency.py and data_source_utils.py
This is to track creating unique bq datasets with each test run to ensure integration tests can pass without managing table permissions in BQ.
The text was updated successfully, but these errors were encountered: