File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
airbyte_cdk/sources/declarative Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -3686,6 +3686,7 @@ def create_config_components_resolver(
36863686 return ConfigComponentsResolver (
36873687 stream_config = stream_config ,
36883688 config = config ,
3689+ components_mapping = components_mapping ,
36893690 parameters = model .parameters or {},
36903691 )
36913692
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments