Skip to content

Commit c10c497

Browse files
committed
add creation method to init mappings
1 parent 5ba3320 commit c10c497

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,7 @@ def _init_mappings(self) -> None:
737737
SpecModel: self.create_spec,
738738
SubstreamPartitionRouterModel: self.create_substream_partition_router,
739739
ValidateAdheresToSchemaModel: self.create_validate_adheres_to_schema,
740+
ValidateInLineConditionModel: self.create_validate_in_line_condition,
740741
WaitTimeFromHeaderModel: self.create_wait_time_from_header,
741742
WaitUntilTimeFromHeaderModel: self.create_wait_until_time_from_header,
742743
AsyncRetrieverModel: self.create_async_retriever,

0 commit comments

Comments
 (0)