If you've manually refreshed the source schema and the new table is not being added, there could be a few reasons for this. 1.
Time delay: For self-managed users, Airbyte checks for any changes in your source schema immediately before syncing, at most every 24 hours. This means your source schema changes may not be automatically propagated if it has been less than 24 hours since the previous schema check. For Cloud users, Airbyte checks for changes at a maximum of every 15 minutes per source ([source](
https://docs.airbyte.com/using-airbyte/schema-change-management#detecting-schema-changes)). 2.
Connector version: Ensure that you are using the latest version of the connector. If you are using Airbyte Open Source, you need to manually update the connector image in your local registry ([source](
https://docs.airbyte.com/integrations/sources/asana-migrations#connector-upgrade-guide)). 3.
Schema changes not detected: Not all types of schema changes are detected. For example, if a column's data type changes, the data in the destination will remain the same. You will need to refresh the schema and refresh the stream to ensure the data types are consistent ([source](
https://docs.airbyte.com/using-airbyte/schema-change-management#detecting-schema-changes)). 4.
Issues with the connector: There could be issues with the connector itself. For example, there have been reported issues with the MySQL connector not automatically refreshing the source schema when changes are made ([source](
https://github.com/airbytehq/airbyte/issues/40235)). If you've checked all of these and the new table is still not being added, it would be best to report this issue to the Airbyte team for further investigation.