Denis
08/30/2022, 3:24 PMZach Brak
08/30/2022, 5:30 PMDenis
08/31/2022, 7:48 AMZach Brak
08/31/2022, 1:00 PMemail_activity and only run that.
Again the reason I made the suggestion I did was it should hypothetically need less compute resources for retrieval and loading, as you're basically matching the data format to how you're received it from mailchimp.
Even if you were to 'select down to just the list_id, email_address - this is yet an additional process step and would likely increase the job runtime.
I'm a fan of this approach with my GKE deployment because I'm seeing tangibly shorter job runtimes and reduced compute costs - I'm effectively offloading as much compute I can to BigQuery.Denis
09/02/2022, 12:55 PM