I recently did a sample local MySQL data to BigQue...
# ask-community-for-troubleshooting
o
I recently did a sample local MySQL data to BigQuery as test-run before implementing on my actual EC2 MySQL migration project. I'm curious to know why extra copies of data with _*airbyte_raw*_ were added in addition to the main tables from the source. What does this extra tables host?
1
u
the
_raw_tables_*
store the raw data transferred to your destination. They are important because the normalization process will run using that data and create the final tables with normalized data.
o
Thank you @[DEPRECATED] Marcos Marx Does the _*raw_tables_** form part of the cost of data storage in BigQuery like duplicated cost?_