You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meltano Hub's entry for the Meltano Map Transformer indicates that you should be able to use the env var MELTANO_MAP_TRANSFORMER_STREAM_MAPS to configure the plugin. However, this env var doesn't seem to work inspite of theoretically having provided the correct value (example below).
In addition, the use of this env var is confusing because the plugin can have several mappings in it, each with a different name. This env var therefore is misnamed because it doesn't specify which mapper it is going to modify.
Here's my use case: I have a few columns from my tap coming in as binary or that need to be made null depending on the stream.
When I use the config above, it works as expected. However, when I remove that config and set the env var as follows to modify mapping2, the expected behavior does not happen.
Meltano Hub's entry for the Meltano Map Transformer indicates that you should be able to use the env var
MELTANO_MAP_TRANSFORMER_STREAM_MAPS
to configure the plugin. However, this env var doesn't seem to work inspite of theoretically having provided the correct value (example below).In addition, the use of this env var is confusing because the plugin can have several mappings in it, each with a different name. This env var therefore is misnamed because it doesn't specify which mapper it is going to modify.
Here's my use case: I have a few columns from my tap coming in as binary or that need to be made
null
depending on the stream.meltano.yml
When I use the config above, it works as expected. However, when I remove that config and set the env var as follows to modify
mapping2
, the expected behavior does not happen.I need the ability to modify the config via env vars because I build my config dynamically prior to each run.
The text was updated successfully, but these errors were encountered: