vprakash
11/12/2021, 12:55 PMroot@gitlab-production-75b6dbbb56-phz9j:/projects# meltano invoke tap-zendesk --discover
CRITICAL type object argument after ** must be a mapping, not NoneType
Traceback (most recent call last):
File "/projects/.meltano/extractors/tap-zendesk/venv/bin/tap-zendesk", line 8, in <module>
sys.exit(main())
File "/projects/.meltano/extractors/tap-zendesk/venv/lib/python3.8/site-packages/singer/utils.py", line 229, in wrapped
return fnc(*args, **kwargs)
File "/projects/.meltano/extractors/tap-zendesk/venv/lib/python3.8/site-packages/tap_zendesk/__init__.py", line 197, in main
client = Zenpy(session=session, **creds)
TypeError: type object argument after ** must be a mapping, not NoneType
Below is my meltano.yml file configuration
- name: tap-zendesk
namespace: tap_zendesk
pip_url: git+<https://github.com/singer-io/tap-zendesk>
executable: tap-zendesk
capabilities:
- catalog
- discover
- state
Target is snowflaketaylor
11/12/2021, 9:02 PM--log-level=debug
?vprakash
11/13/2021, 2:25 PMvprakash
11/13/2021, 2:35 PMtaylor
11/15/2021, 6:21 PMedgar_ramirez_mondragon
11/15/2021, 6:30 PMaccess_token
, email
and api_token
is being set. A few ways to confirm: 1) enable debug logging in the singer-python library to catch the OAuth authentication unavailable.
and API Token authentication unavailable.
messages. 2) run meltano config tap-zendesk list
vprakash
11/16/2021, 5:14 PM