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 5ba3320 commit c10c497Copy full SHA for c10c497
airbyte_cdk/sources/declarative/parsers/model_to_component_factory.py
@@ -737,6 +737,7 @@ def _init_mappings(self) -> None:
737
SpecModel: self.create_spec,
738
SubstreamPartitionRouterModel: self.create_substream_partition_router,
739
ValidateAdheresToSchemaModel: self.create_validate_adheres_to_schema,
740
+ ValidateInLineConditionModel: self.create_validate_in_line_condition,
741
WaitTimeFromHeaderModel: self.create_wait_time_from_header,
742
WaitUntilTimeFromHeaderModel: self.create_wait_until_time_from_header,
743
AsyncRetrieverModel: self.create_async_retriever,
0 commit comments