Export Firebase to Bigquery dataset time to live

核能气质少年 提交于 2021-02-07 19:51:48

问题


Update: I found a solution for my first question meaning changing to never expires:

I applied this code to my dataset and the firesbase console now showing never expires

bq update --default_partition_expiration 0 myotherproject:mydataset

But there is still the second question which is how to retrieve back the data that got expired because the default option was to keep only the last 60 days. ( before someone ask , yes I did start the export and the table was available 3 month ago , it's not a problem of activating the functionality but more a problem that the table expired as we can see on my first screenshot it was written 170 days of expired data , I wonder how to get them back )

End of update

I have activated the export from firebase to google bigquery but the time to live is block at 60 days even though I am using the blaze plan cf screenshot :

Is there a way to change the dataset to live to never expire as I am losing my historical data. Note that i was able to have that by default some time back on another project that looked like this but I cannot find any feature to change it on firebase console

Note that I have also change the expiry time on data retention in GA4F to 14 month but it doesn't change anything

来源:https://stackoverflow.com/questions/64423218/export-firebase-to-bigquery-dataset-time-to-live

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!