question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Disallow calling a `mapper` by name in `meltano run` and alert to use a `mapping` name

See original GitHub issue

The 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:closed
  • Created a year ago
  • Comments:18

github_iconTop GitHub Comments

1reaction
aaronsteerscommented, Jun 24, 2022
  • Hard fail if a mapper is called
  • Point users to call a specific mapping

👍 I like it!

1reaction
tayloramurphycommented, Jun 24, 2022

@edgarrmondragon I think that makes sense. I’ll update the title of this issue and scope it to the following:

  • Hard fail if a mapper is called
  • Point users to call a specific mapping

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found