Starting out trying to use `meltano-map-transforme...
# plugins-general
m
Starting out trying to use
meltano-map-transformer
- while most taps/targets have fairly simple equivalent environment variables for things like connection settings,
meltano-map-transformer
only has one environment variable:
MELTANO_MAP_TRANSFORMER_STREAM_MAPS
which doesn't seem enough to configure all the potential mappers that you may wish to use, it is also quite hard to discern a valid value for this environment variable. I.e. trying to build an equivalent for this
meltano.yml
excerpt:
Copy code
mappings:
    - name: rename_jobs_to_dbt_jobs
      config:
        stream_maps:
          jobs:
            __alias__: dbt_jobs
Is it possible to use the
MELTANO_MAP_TRANSFORMER_STREAM_MAPS
variable and what would be a valid value for it?