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 error out in the sync if source postgres tables have hyphens in them or in the schema names. This could possibly be true for some other special characters
Solution would be to quote everywhere just like we do for other connectors
The text was updated successfully, but these errors were encountered:
We currently error out in the sync if source postgres tables have hyphens in them or in the schema names. This could possibly be true for some other special characters
Solution would be to quote everywhere just like we do for other connectors
The text was updated successfully, but these errors were encountered: