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 365f91e commit 86f7176Copy full SHA for 86f7176
airbyte_cdk/sources/declarative/resolvers/components_resolver.py
@@ -22,7 +22,6 @@ class ComponentMappingDefinition:
22
value: Union["InterpolatedString", str]
23
value_type: Optional[Type[Any]]
24
parameters: InitVar[Mapping[str, Any]]
25
- create_or_update: Optional[bool] = False
26
27
28
@dataclass(frozen=True)
@@ -35,7 +34,6 @@ class ResolvedComponentMappingDefinition:
35
34
value: "InterpolatedString"
36
37
38
39
40
41
@deprecated("This class is experimental. Use at your own risk.", category=ExperimentalClassWarning)
0 commit comments