How to sync thousands of table using Airbyte

In some cases you can have a problem to sync a large database with +10k tables. There is an Github request to solve the issue here: Discover schema fails when databases have too many tables. · Issue #3943 · airbytehq/airbyte · GitHub

For now the option is to create a new user and limit the access to only the tables you need to sync. If you need to sync all tables, probably you’ll need to create multiple users to break among different connectors.