Stéphane Burwash
06/08/2023, 5:24 PMalexander_butler
06/08/2023, 5:31 PM<stream_name>__<timestamp>
Both that temp table and a permanent table should be created and both should exist.
It is a subsequent SQL operation post-load that does the overwrite. This is done to achieve atomicity. It would be pretty lame to truncate someones table and then their tap fails. So thats the deal.alexander_butler
06/08/2023, 5:32 PMalexander_butler
06/08/2023, 5:57 PMCREATE TABLE LIKE
here may copy the metadata/expiry over.
cc @Stéphane BurwashStéphane Burwash
06/08/2023, 5:58 PMdenormalized: false
method: batch_job
timeout: 300
batch_size: 250000
append_columns: true
generate_view: false
overwrite: true
fix_columns:
lower: False
quotes: False
add_underscore_when_invalid: True
And got a non-timestamp table that has an expiration date. Is this normal?Stéphane Burwash
06/08/2023, 5:59 PMalexander_butler
06/08/2023, 6:00 PMalexander_butler
06/08/2023, 6:00 PMStéphane Burwash
06/08/2023, 6:07 PMStéphane Burwash
06/08/2023, 6:12 PMalexander_butler
06/08/2023, 6:12 PMStéphane Burwash
06/08/2023, 6:16 PM