We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf22c95 commit 1a34aacCopy full SHA for 1a34aac
airbyte_cdk/sources/declarative/parsers/custom_code_compiler.py
@@ -108,9 +108,6 @@ def get_registered_components_module(
108
109
Returns `None` if no components is provided and the `components` module is not found.
110
"""
111
- if config and INJECTED_MANIFEST not in config:
112
- raise RuntimeError(f"Expected {INJECTED_MANIFEST} to be in config.")
113
-
114
if config and config.get(INJECTED_COMPONENTS_PY, None):
115
if not custom_code_execution_permitted():
116
raise AirbyteCustomCodeNotPermittedError
0 commit comments