Commit cedec3e
fix(declarative): allow bundled custom components without AIRBYTE_ENABLE_UNSAFE_CODE
Only gate Custom* components when the manifest itself is supplied through the
config, which is the untrusted case. Manifests bundled in a published connector
image are trusted, so their custom components must keep working in environments
that do not set AIRBYTE_ENABLE_UNSAFE_CODE, such as Airbyte Cloud.
Co-Authored-By: syed.khadeer@airbyte.io <cloud-support@airbyte.io>1 parent 7e96546 commit cedec3e
4 files changed
Lines changed: 39 additions & 80 deletions
File tree
- airbyte_cdk/sources/declarative/parsers
- unit_tests
- legacy/sources/declarative
- sources/declarative
- parsers
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| 481 | + | |
481 | 482 | | |
482 | 483 | | |
483 | 484 | | |
| |||
1814 | 1815 | | |
1815 | 1816 | | |
1816 | 1817 | | |
1817 | | - | |
1818 | | - | |
1819 | | - | |
1820 | | - | |
1821 | | - | |
| 1818 | + | |
| 1819 | + | |
| 1820 | + | |
| 1821 | + | |
| 1822 | + | |
1822 | 1823 | | |
1823 | 1824 | | |
1824 | 1825 | | |
| |||
This file was deleted.
This file was deleted.
Lines changed: 33 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
2527 | 2528 | | |
2528 | 2529 | | |
2529 | 2530 | | |
2530 | | - | |
2531 | | - | |
2532 | | - | |
2533 | | - | |
2534 | | - | |
2535 | | - | |
2536 | | - | |
2537 | | - | |
| 2531 | + | |
| 2532 | + | |
| 2533 | + | |
| 2534 | + | |
| 2535 | + | |
| 2536 | + | |
| 2537 | + | |
| 2538 | + | |
2538 | 2539 | | |
2539 | 2540 | | |
2540 | 2541 | | |
| |||
2551 | 2552 | | |
2552 | 2553 | | |
2553 | 2554 | | |
2554 | | - | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
| 2564 | + | |
| 2565 | + | |
| 2566 | + | |
| 2567 | + | |
| 2568 | + | |
| 2569 | + | |
| 2570 | + | |
| 2571 | + | |
| 2572 | + | |
| 2573 | + | |
| 2574 | + | |
| 2575 | + | |
| 2576 | + | |
| 2577 | + | |
| 2578 | + | |
2555 | 2579 | | |
2556 | 2580 | | |
2557 | 2581 | | |
| |||
0 commit comments