Updating BigQuery table properties from Python makes table disappear
问题 Subject pretty much says it all. When I run the code from the BigQuery docs to change the table property (in this case, its expiration date), it seems to just summarily delete the table instead. (Can't be found in the BQ GUI either.) Anyone know why? Thanks. # Replace "dk" with your own initials before running this s_table_id = 'hcwisdom.temp_tables.new_test_table' from google.cloud import bigquery client = bigquery.Client() schema = [ bigquery.SchemaField("full_name", "STRING", mode=