Separate raw tables and normalized tables separately in different schemas #1607
Labels
area/connectors
Connector related issues
autoteam
frozen
Not being actively worked on
team/destinations
Destinations team's backlog
type/enhancement
New feature or request
Tell us about the problem you're trying to solve
What are you trying to do, and why is it hard? A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
I set up an integration from HubSpot into the Postgres database I see the tables being generated but both raw and the normalized tables, for suppose I have table owners in HubSpot when I made the connection it is getting both owners and owners_raw table this could cause confusion about which one is the correct table to refer to for other users, and we don't want to maintain 2 different tables in one schema which is not clean
Describe the solution you’d like
A clear and concise description of what you want to see happen, or the change you would like to see
Separate out the raw tables in another schema like Hubspot_Raw schema and normalized tables in HubSpot schema, so other users can only worry or maintain the tables which are under the Hubspot schema
Describe the alternative you’ve considered or used
A clear and concise description of any alternative solutions or features you've considered or are using today.
Additional context
Add any other context or screenshots about the feature request here.
┆Issue is synchronized with this Asana task by Unito
The text was updated successfully, but these errors were encountered: