You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
I'm getting a type error when I try to run meltano invoke tap-dataai --help, see the contents below:
Traceback (most recent call last):
File "/Users/pnadolny/Documents/Git/GitHub/pnadolny/hub-utils/hub_utils/test_meltano_project/.meltano/extractors/tap-dataai/venv/bin/tap-dataai", line 5, in <module>
from tap_dataai.tap import TapDataAI
File "/Users/pnadolny/Documents/Git/GitHub/pnadolny/hub-utils/hub_utils/test_meltano_project/.meltano/extractors/tap-dataai/venv/lib/python3.9/site-packages/tap_dataai/tap.py", line 8, in <module>
from tap_dataai.streams import (
File "/Users/pnadolny/Documents/Git/GitHub/pnadolny/hub-utils/hub_utils/test_meltano_project/.meltano/extractors/tap-dataai/venv/lib/python3.9/site-packages/tap_dataai/streams.py", line 4, in <module>
from tap_dataai.client import DataAIStream
File "/Users/pnadolny/Documents/Git/GitHub/pnadolny/hub-utils/hub_utils/test_meltano_project/.meltano/extractors/tap-dataai/venv/lib/python3.9/site-packages/tap_dataai/client.py", line 17, in <module>
class DataAIStream(RESTStream):
File "/Users/pnadolny/Documents/Git/GitHub/pnadolny/hub-utils/hub_utils/test_meltano_project/.meltano/extractors/tap-dataai/venv/lib/python3.9/site-packages/tap_dataai/client.py", line 80, in DataAIStream
def request_records(self, context: dict | None) -> Iterable[dict]:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'
The text was updated successfully, but these errors were encountered:
I'm getting a type error when I try to run
meltano invoke tap-dataai --help
, see the contents below:The text was updated successfully, but these errors were encountered: