Skip to content

Commit 86f7176

Browse files
committed
Remove not used changes
1 parent 365f91e commit 86f7176

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

airbyte_cdk/sources/declarative/resolvers/components_resolver.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ class ComponentMappingDefinition:
2222
value: Union["InterpolatedString", str]
2323
value_type: Optional[Type[Any]]
2424
parameters: InitVar[Mapping[str, Any]]
25-
create_or_update: Optional[bool] = False
2625

2726

2827
@dataclass(frozen=True)
@@ -35,7 +34,6 @@ class ResolvedComponentMappingDefinition:
3534
value: "InterpolatedString"
3635
value_type: Optional[Type[Any]]
3736
parameters: InitVar[Mapping[str, Any]]
38-
create_or_update: Optional[bool] = False
3937

4038

4139
@deprecated("This class is experimental. Use at your own risk.", category=ExperimentalClassWarning)

0 commit comments

Comments
 (0)