Disallow calling a `mapper` by name in `meltano run` and alert to use a `mapping` name
See original GitHub issueThe document misses a step for mapper configuration. Property mapping_name
has to be added to the mappers extras, and its value need to match with the name under mappings. It doesn’t seem been documented anywhere.
plugins:
mappers:
- name: transform-field
variant: transferwise
pip_url: pipelinewise-transform-field
executable: transform-field
mapping_name: transform-field-hash
mappings:
- name: transform-field-hash
config:
transformations:
- field_id: Name
tap_stream_name: dbo-Test
type: MASK-HIDDEN
Issue Analytics
- State:
- Created a year ago
- Comments:18
Top Results From Across the Web
Meltano Documentation
Here you'll learn how to use Meltano, how Meltano is built, and where to get started. First Steps. Learn the basics of Meltano...
Read more >Allow stream-level and property-level transformations to be ...
Proposal: Map transforms as properties of extractors and loaders (Updated 2021-12-15). After running the following... meltano add mapper meltano-map-transform ...
Read more >Changelog — great_expectations documentation
[MAINTENANCE] Update column_reflection_fallback to also use schema name ... [BUGFIX] Fix example Set-Based Column Map Expectation template import (#6134).
Read more >WorkspaceML | Matatika Documentation
Name of your workspace. image_url, String, The Meltano tasks that will be run. dataset_paths, Array, Paths for your workspace to deploy datasets ...
Read more >Plugin 156860 - Accademia e sartoria le filatrici
On the Installation tab, in the For field, click the name of the Grafana ... Then inside your plugins array, call the imported...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
👍 I like it!
@edgarrmondragon I think that makes sense. I’ll update the title of this issue and scope it to the following:
mapper
is calledmapping
Looking at the docs it’s not clear how we could update it to be more descriptive, but I think we can be explict in the code