connor_lough
07/19/2022, 1:06 AMedgar_ramirez_mondragon
07/19/2022, 3:59 AMarchive_load_files
is indeed a boolean. The dictionary that’s passed to the method in your link, is populated here: https://github.com/transferwise/pipelinewise-target-snowflake/blob/1cb4fbc2319957549a63df545f3ba84296029f3d/target_snowflake/__init__.py#L286-L305
That block seems to suggest that the tap
key is sourced from an undocumented setting tap_id
.edgar_ramirez_mondragon
07/19/2022, 4:00 AMconfig
in meltano.yml
:
- name: target-snowflake
...
config:
tap_id: test_tap_id
edgar_ramirez_mondragon
07/19/2022, 4:01 AMconnor_lough
07/19/2022, 4:15 PMedgar_ramirez_mondragon
07/20/2022, 2:33 PMdocument-tap_id
)
4. commit your changes to the README and any other files, and push them to the fork (e.g. git push -u document-tap_id
)
5. start a PR. The github web ui will suggest that in your fork’s homepage as soon as you push the new branch
for Meltano Hub, the process is pretty much the same and the specific file you’ll need to update is https://github.com/meltano/hub/blob/4727b87d21dc532cfaf9216c5d6908620dfd529e/_data/meltano/loaders/target-snowflake/transferwise.yml#L19edgar_ramirez_mondragon
07/20/2022, 2:34 PMconnor_lough
07/20/2022, 3:20 PM