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
I have some code that worked fine with 1.2.0 and now fails with 1.3.0 with this error:
current_value, traces = _resolve_config_field(
^^^^^^^^^^^^^^^^^^^^^^
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/resolve.py", line 321, in _resolve_config_field
value, traces = _resolve_single_value(
^^^^^^^^^^^^^^^^^^^^^^
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/resolve.py", line 420, in _resolve_single_value
providers_context = container[PluggableRunContext].providers
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/container.py", line 67, in __getitem__
item = spec()
^^^^^^
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/specs/pluggable_run_context.py", line 72, in __init__
self._plug(run_dir=None)
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/specs/pluggable_run_context.py", line 125, in _plug
m = plugins.manager()
^^^^^^^^^^^^^^^^^
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/plugins.py", line 41, in manager
return Container()[PluginContext].manager
~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/container.py", line 67, in __getitem__
item = spec()
^^^^^^
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/plugins.py", line 34, in __init__
load_setuptools_entrypoints(self.manager)
File "/bin/app/lib/python3.11/site-packages/dlt/common/configuration/plugins.py", line 51, in load_setuptools_entrypoints
if hasattr(dist, "name") and not dist.name.startswith("dlt-"):
^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'startswith'
I apologize for not providing a minimum example yet. However, I wanted to report this right away.
The text was updated successfully, but these errors were encountered:
I have some code that worked fine with 1.2.0 and now fails with 1.3.0 with this error:
I apologize for not providing a minimum example yet. However, I wanted to report this right away.
The text was updated successfully, but these errors were encountered: