Ariane Schang
08/29/2024, 5:28 PMcampaign.id
is the name of the column). Since bigquery doesn't allow column names to have periods, I haven't been able to load the data. Is there a way to replace a period with an underscore across all properties before loading to the target? I've tried to use stream-maps, but they're not playing nicely with the periods. I'd also love to not have to add a stream map for every column in my tap, if there's a way to use a function for all the properties.
config:
stream_maps:
campaigns:
campaign_id: _['campaign.id']
campaign.id: __NULL__
visch
08/29/2024, 6:18 PMPaul Heyns
09/04/2024, 8:14 AMAriane Schang
09/04/2024, 1:55 PMPaul Heyns
09/05/2024, 11:02 AMPaul Heyns
09/05/2024, 11:02 AM