joshua_janicas
04/11/2024, 2:57 PMstream_maps
that can be applied to EVERY item that is part of the tap/target?
I have a scenario where I am ingesting a large # of lookups (PhoneNumberLookup, NameLookup, etc...) from mssql and each of them has a CHECKSUM
column that has no use in Snowflake. Now I can do it one per table no problem, but my YML file would get pretty big 😅 .
config:
stream_maps:
Core-NameLookup:
Checksum: __NULL__
I'd like to do something like below. I tried it and (expectedly) broke for me. Is there any possible way to do this or is it not a possibility
config:
stream_maps:
*:
Checksum: __NULL__
Edgar RamÃrez (Arch.dev)
04/11/2024, 3:02 PMjoshua_janicas
04/11/2024, 3:04 PM