Updating BigQuery table properties from Python makes table disappear

前端 未结 1 1103
猫巷女王i
猫巷女王i 2021-01-22 16:04

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

相关标签:
1条回答
  • 2021-01-22 16:31

    You are setting to expire table in two hours - so might be timezone related. to check this "theory" try to set 24 hours for example and see if issue still exists

    0 讨论(0)
提交回复
热议问题