I have two data sets due to the recent Big Query migration. The old dataset has a table 20180629 the new dataset also had a table labeled 20180629. I deleted the new table to migrate data believing that all the information for that day was stored in the old table. However, when I migrated the old to the new, I found out that only partial amounts of data were stored on the old table. Thus the new 20180629 had a partial amount of the total data from that day.
I have tried:
bq cp table1.events_20180629@1530460302987 table1.temp_table
This either gets me the error that the timestamp is incorrect (BTW what is the timestamp length suppose to be). Or when I get it to work, it copies an empty table.
I want to restore in the new dataset the original 20180629. I however, I deleted one 20180629 and then created a partial 20180629 and then I deleted this one. I fear that this data is completely lost. Can some one tell me the command bq cp command with proper timestamp to go back a day in my big query dataset? My research on this issue tells me I only have two days to do this so any help would be great.