tmp tables not converted to raw tables #32584
Unanswered
anil-inito
asked this question in
Connector Questions
Replies: 1 comment 1 reply
-
Did you try to reset first to clean up the tmp table? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to sync data from facebook marketing API but stopped manually the sync after 15 hrs. I was able to get data in temp table like this: ._airbyte_tmp_bei_ads_insights.
But the issue it is not converted to raw table "_airbyte_raw_ads_insights". However when I ran again the sync to sync remaining data, it got converted to raw table with remaingn data. So now I have 2 tables, temp table with major chunk of data and raw table with remaining data.
Why this happened? Ideally the first sync should have been converted to original raw table and the later sync should be appended to it.
Can I manually merge them?
Beta Was this translation helpful? Give feedback.
All reactions