Hey all! I am using the PostgreSQL source, and wa...
# plugins-general
g
Hey all! I am using the PostgreSQL source, and was curious if anyone knew how to remove the schema prefix in the table name. For example, if I am loading in tables from the schema "public", the table is then named "public_tablename", however, I would like it to just be "tablename". Let me know if anyone has any ideas! Thanks!