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 7e6ca59 commit edd6f69Copy full SHA for edd6f69
airbyte_cdk/sources/file_based/file_based_source.py
@@ -163,7 +163,7 @@ def check_connection(
163
parsed_config = self._get_parsed_config(config)
164
availability_method = (
165
stream.availability_strategy.check_availability
166
- if self._use_file_transfer(parsed_config)
+ if self._use_file_transfer(parsed_config) or self._sync_metadata(parsed_config)
167
else stream.availability_strategy.check_availability_and_parsability
168
)
169
(
0 commit comments