Hi all, this isn't really a problem more like an i...
# troubleshooting
j
Hi all, this isn't really a problem more like an inquiry; is there a way in
stream_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 😅 .
Copy code
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
Copy code
config:
      stream_maps:
        *:
          Checksum: __NULL__
e
😉 https://github.com/meltano/sdk/pull/1888. I just need to go back and give that a thorough review, but it's probably g2g.
j
Good to know! I'll keep an eye on it - thanks as always melty bouncy