File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -83,8 +83,6 @@ def create_source(
8383 state = state ,
8484 source_config = manifest ,
8585 emit_connector_builder_messages = True ,
86- migrate_manifest = should_migrate_manifest (config ),
87- normalize_manifest = should_normalize_manifest (config ),
8886 limits = limits ,
8987 )
9088
Original file line number Diff line number Diff line change @@ -95,8 +95,6 @@ def __init__(
9595 source_config : ConnectionDefinition ,
9696 debug : bool = False ,
9797 emit_connector_builder_messages : bool = False ,
98- migrate_manifest : bool = False ,
99- normalize_manifest : bool = False ,
10098 limits : Optional [TestLimits ] = None ,
10199 config_path : Optional [str ] = None ,
102100 ** kwargs : Any ,
@@ -137,8 +135,6 @@ def __init__(
137135 config = config ,
138136 debug = debug ,
139137 emit_connector_builder_messages = emit_connector_builder_messages ,
140- migrate_manifest = migrate_manifest ,
141- normalize_manifest = normalize_manifest ,
142138 component_factory = component_factory ,
143139 config_path = config_path ,
144140 )
You can’t perform that action at this time.
0 commit comments