Skip to content

Commit 1a34aac

Browse files
committed
remove requirement for manifest
1 parent cf22c95 commit 1a34aac

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

airbyte_cdk/sources/declarative/parsers/custom_code_compiler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,6 @@ def get_registered_components_module(
108108
109109
Returns `None` if no components is provided and the `components` module is not found.
110110
"""
111-
if config and INJECTED_MANIFEST not in config:
112-
raise RuntimeError(f"Expected {INJECTED_MANIFEST} to be in config.")
113-
114111
if config and config.get(INJECTED_COMPONENTS_PY, None):
115112
if not custom_code_execution_permitted():
116113
raise AirbyteCustomCodeNotPermittedError

0 commit comments

Comments
 (0)