Mike B
05/24/2024, 5:15 PMkapa.ai
05/24/2024, 5:15 PMTestTransactionsPROD*. 2. Check File Paths: Make sure that the files you are trying to match are indeed present in the specified directory on the SFTP server and that they match the glob pattern. 3. Review Configuration: Double-check your connector configuration to ensure that all other settings (such as the start date and file format) are correctly specified. Here is an example configuration snippet for the glob pattern: json { "globs": ["TestTransactionsPROD*"] } If you continue to experience issues, you might want to refer to the [SFTP Bulk Migration Guide](https://docs.airbyte.com/integrations/sources/sftp-bulk-migrations#upgrading-to-100) for additional details on changes introduced in version 1.0.0. For further assistance, you can also check the [SFTP Bulk Connector Changelog](https://docs.airbyte.com/integrations/sources/sftp-bulk#changelog) to see if there are any relevant updates or fixes that might address your issue. If none of these steps resolve the problem, consider opening a new issue on the [Airbyte GitHub repository](https://github.com/airbytehq/airbyte/issues) with detailed information about your configuration and the error message you are encountering. This will help the Airbyte team to provide more specific guidance. For more information, you can refer to the following sources: - [SFTP Bulk Migration Guide](https://docs.airbyte.com/integrations/sources/sftp-bulk-migrations#upgrading-to-100) - [SFTP Bulk Connector Changelog](https://docs.airbyte.com/integrations/sources/sftp-bulk#changelog)