Skip to content

Commit 1280582

Browse files
committed
add custom components node
1 parent b2da626 commit 1280582

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

airbyte_cdk/manifest_runner/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ Fully resolve a manifest including dynamic streams.
5858

5959
**POST** - Generates dynamic streams up to specified limits and includes them in the resolved manifest.
6060

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+
6172
## Authentication
6273

6374
The manifest runner supports optional JWT bearer token authentication:

0 commit comments

Comments
 (0)