matt_neiman
05/04/2023, 9:46 PMmeltano select tap-purecloud users
I do see the meltano.yml file update correctly. Running meltano select tap-purecloud --list --all
likewise shows most entities as excluded.
I'm not sure if perhaps my environment is not set up correctly. Any help would be appreciated.edgar_ramirez_mondragon
05/04/2023, 10:26 PMargs.catalog
) at all. It’s probably worth a re-implementation on the Singer SDK.
As for state, can you try explicitly adding capabilities
to your plugin definition? E.g.
plugins:
extractors:
- name: tap-purecloud
capabilities:
- catalog # although it isn't really supported
- discover
- state
pat_nadolny
05/05/2023, 6:02 PMpat_nadolny
05/05/2023, 6:05 PMmeltano install extractor tap-purecloud --clean
to reinstall it. I'm curious to hear your outcome so we can help the others find the best variant as well!edgar_ramirez_mondragon
05/05/2023, 6:06 PMmatt_neiman
05/05/2023, 8:26 PMmatt_neiman
05/16/2023, 4:42 PMedgar_ramirez_mondragon
05/16/2023, 5:05 PMIs there an easy way to permanently disable streams on an installed extractor plugin?Unfortunately not, short of editing the installed
.py
files for the extractor to comment out the code paths (equivalent to installing from your own fork of the tap with those same changes).
When I try to run with target-bigquery, the process is failing, and so far I can’t figure out why.Can you share the traceback you’re seeing?
matt_neiman
05/16/2023, 5:21 PMpat_nadolny
05/18/2023, 5:48 PMgit+<https://github.com/pnadolny13/tap-purecloud.git@respect_catalog>
and run a meltano install extractor tap-purecloud --clean
to reinstallmatt_neiman
05/19/2023, 5:45 PMpat_nadolny
05/19/2023, 6:06 PMmeltano install extractor tap-purecloud --clean
again now it should re-install with my bugfixmatt_neiman
05/19/2023, 6:49 PM