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 b2da626 commit 1280582Copy full SHA for 1280582
airbyte_cdk/manifest_runner/README.md
@@ -58,6 +58,17 @@ Fully resolve a manifest including dynamic streams.
58
59
**POST** - Generates dynamic streams up to specified limits and includes them in the resolved manifest.
60
61
+## Custom Components
62
+
63
+The manifest runner supports custom Python components, but this feature is **disabled by default** for security reasons.
64
65
+### Enabling Custom Components
66
67
+To allow custom Python components in your manifest files, set the environment variable:
68
+```bash
69
+export AIRBYTE_ENABLE_UNSAFE_CODE=true
70
+```
71
72
## Authentication
73
74
The manifest runner supports optional JWT bearer token authentication:
0 commit comments