timothy_ng
09/26/2022, 3:52 PMtap-maestroqa with target-snowflake, but keep getting a CRITICAL 'bookmarks' error.
meltano run tap-maestroqa target-snowflake
...
INFO MaestroQA: export completed
INFO Retrieved
INFO Syncing CSV file
CRITICAL 'bookmarks'
Does anyone have any idea what this means? Is this a Meltano error, or a tap specific error?visch
09/26/2022, 3:53 PMvisch
09/26/2022, 3:53 PMpat_nadolny
09/26/2022, 4:05 PMmeltano run tap-maestroqa target-snowflake --full-refresh to exclude any previous state, if that will helppat_nadolny
09/26/2022, 4:06 PMtimothy_ng
09/26/2022, 5:31 PMCRITICAL 'bookmarks' error.pat_nadolny
09/26/2022, 6:12 PMpip_url: git+<https://github.com/Pathlight/tap-maestroqa.git>
capabilities:
- catalog
- state
- discoverpat_nadolny
09/26/2022, 6:20 PMstart_date config if you don't have any state i.e. on the first run. That could be it too. I created a PR to update the settings/docs for this tap on MeltanoHubtimothy_ng
09/26/2022, 6:24 PM- name: tap-maestroqa
variant: pathlight
pip_url: git+<https://github.com/Pathlight/tap-maestroqa.git>
config:
api_token: **********************
start_date: '2022-01-01T00:00:00Z'
capabilities:
- catalog
- state
- discover
I'm still running into the same error with a full refresh 🙁pat_nadolny
09/26/2022, 7:23 PMpip_url: git+<https://github.com/pnadolny13/tap-maestroqa.git>
and run meltano install extractor tap-maestroqa --clean to reinstall, I'd be curious if that works.pat_nadolny
09/26/2022, 7:26 PMpat_nadolny
09/26/2022, 9:18 PMtimothy_ng
09/26/2022, 10:02 PM- name: tap-maestroqa
variant: pathlight
# pip_url: git+<https://github.com/Pathlight/tap-maestroqa.git>
pip_url: git+<https://github.com/pnadolny13/tap-maestroqa.git>
config:
api_token: uyxrqci2vwjfyll58girbni2uolrkhrjbwki83pv
start_date: '2022-01-01T00:00:00Z'
capabilities:
- catalog
- state
- discover
then ran:
meltano install extractor tap-maestroqa --clean
then:
meltano run tap-maestroqa target-snowflake
and still no luck );pat_nadolny
09/26/2022, 11:17 PMbookmarks anymore, I suspect that will fix it. If it fails again, would you try running it with invoke like meltano invoke tap-maestroqa . And posting the actual error message you see so its easier to debugtimothy_ng
09/27/2022, 9:01 PMpat_nadolny
09/27/2022, 9:13 PMtimothy_ng
09/27/2022, 9:22 PMpat_nadolny
10/12/2022, 12:45 PMtimothy_ng
10/26/2022, 4:59 PMtap-maestroqa may not be grabbing every table available from the MaestroQA API. Is there anyone specific I can reach out to in order to add more tables to the tap?pat_nadolny
10/26/2022, 5:13 PMtimothy_ng
10/26/2022, 7:46 PMpat_nadolny
10/26/2022, 7:55 PMtimothy_ng
10/26/2022, 7:56 PMpat_nadolny
10/27/2022, 1:29 PMtimothy_ng
10/27/2022, 1:53 PM