feat: add python source loader

This commit is contained in:
lda
2026-06-11 18:46:14 +07:00 Verified
parent e1ac095df2
commit c114cde2da
5 changed files with 163 additions and 1 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ from wf_core import ReducerSpec
from wf_core.runtime.ops.merges import ReducerDefinition
from wf_platform.refs import CapabilityRef
SourceKind = Literal["system", "connection"]
SourceKind = Literal["system", "connection", "python"]
JsonObject = dict[str, Any]
SOURCE_PREVIEW_LIMIT = 3