You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently handle the default sync mode logic in the FE. We though only apply this when the connection is not in edit mode, but created. That means if a user "refreshed source schema" of a connection and new streams are detected those new streams are not getting the default sync mode logic applied, but stay with whatever the config of the backend told us is default (which is not the correct one by the logic we try to go for).
We currently handle the default sync mode logic in the FE. We though only apply this when the connection is not in edit mode, but created. That means if a user "refreshed source schema" of a connection and new streams are detected those new streams are not getting the default sync mode logic applied, but stay with whatever the config of the backend told us is default (which is not the correct one by the logic we try to go for).
We should make sure that the default sync mode logic in https://github.com/airbytehq/airbyte/blob/master/airbyte-webapp/src/views/Connection/ConnectionForm/calculateInitialCatalog.ts will apply as well for streams that are new after a "Refresh source schema".
The text was updated successfully, but these errors were encountered: