Hello,
Two days ago the table i was using has expired and got deleted. I'm trying to recover it by using
FOR SYSTEM_TIME AS OF TIMESTAMP_SUB(current_timestamp(),interval 3 DAY) statement, hovewer it fails with the following error message: Table was not found in location US.
I also tried to bq cp command, but it fails too (with flexible column name `salary-frequency` does not support table copy)
Any ideas how to solve it? Thank you in advance