Hellos, this is a follow up to a problem I asked a...
# troubleshooting
j
Hellos, this is a follow up to a problem I asked about back in Dec 2024 about a "schema only" flag where meltano just creates an empty table with column definition and doesn't update state. https://github.com/meltano/sdk/issues/2810 I've found a bit of a workaround (I think) based on the comments in the link from visch. The thing is I can't use the * catch all for stream maps because it's using all the tables it found instead of the ones I'm filtering on. That just means I have to duplicate the stream_maps for every single table I need. A nuisance but I can get over it unless there's another way to handle the * properly?