You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description="Fully-qualified name of the class that will be implementing the custom config transformation. The format is `source_<name>.<package>.<class_name>`.",
@@ -1657,6 +1641,20 @@ class ConfigRemoveFields(BaseModel):
1657
1641
)
1658
1642
1659
1643
1644
+
classCustomConfigTransformation(BaseModel):
1645
+
type: Literal["CustomConfigTransformation"]
1646
+
class_name: str=Field(
1647
+
...,
1648
+
description="Fully-qualified name of the class that will be implementing the custom config transformation. The format is `source_<name>.<package>.<class_name>`.",
description="The list of transformations that will attempt to be applied on an incoming unmigrated config. The transformations will be applied in the order they are defined.",
0 commit comments