I'm setting up a connection between Postgres and BigQuery and I was wondering if there is a way to choose the name of the tables that I create in BQ besides adding prefixes and suffixes to the Postgres name.
Currently the name shows up as "schema_name-table-name" and we would prefer "table_name" only.
Thanks in advance