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
When generating table in sink we currently format them as <schema>_<table>. If there are tables a_b.c and a.b_c in Postgres, both of them will translate to a_b_c in the sink. Fix this.