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
Traceback (most recent call last):
File "/Users/joscha/dev/dlt-test/affinity_pipeline/affinity_pipeline.py", line 3, in <module>
from affinity import affinity_source
File "/Users/joscha/dev/dlt-test/affinity_pipeline/affinity/__init__.py", line 5, in <module>
from rest_api import rest_api_source
File "/Users/joscha/dev/dlt-test/affinity_pipeline/rest_api/__init__.py", line 39, in <module>
from .config_setup import (
File "/Users/joscha/dev/dlt-test/affinity_pipeline/rest_api/config_setup.py", line 47, in <module>
from dlt.sources.helpers.rest_client.auth import (
ImportError: cannot import name 'OAuth2ClientCredentials' from 'dlt.sources.helpers.rest_client.auth' (/Users/joscha/dev/dlt-test/.devenv/state/venv/lib/python3.11/site-packages/dlt/sources/helpers/rest_client/auth.py)
on running the pipeline. Possibly related to an outdated dlt version?
The text was updated successfully, but these errors were encountered:
A freshly generated pipeline with:
yields
on running the pipeline. Possibly related to an outdated dlt version?
The text was updated successfully, but these errors were encountered: