There could be several reasons why your MySQL to Postgres connection is not normalizing and transforming data anymore. Here are a few possibilities based on the knowledge sources: 1.
Connector Version: If you recently upgraded your connector, it's possible that the new version has deprecated the normalization feature. For instance, in one of the [Github issues](
https://github.com/airbytehq/airbyte/issues/32288), it was mentioned that Postgres was migrated to a new method, deprecating the normalization. 2.
Errors during Sync: Normalization can fail during the sync process due to various reasons such as invalid input syntax for certain data types, connection issues, etc. For example, in one of the [forum posts](
https://discuss.airbyte.io/t/2670), the normalization process failed due to "invalid input syntax for type double precision". 3.
Deprecated Features: In some cases, features like custom transformation and normalization might have been deprecated. As mentioned in one of the [Github discussions](
https://github.com/airbytehq/airbyte/discussions/38168), if you need to use post-transformations to your data, Airbyte recommends using dbt with an orchestrator to run the job to your pipeline. To troubleshoot the issue, you can check the logs for any error messages during the sync process. If the issue persists, consider reaching out to the Airbyte community or support for further assistance.