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
I would like for connector streams to return the workspace_uuid they belong to. This is in order to solve the multi-tenant problem. Having the workspace_uuid in the stream would really help to reorder data later on in DBT.
Describe the solution you’d like
The solution that would be preferred is to have an extra column, or a field, containing the information about what workspace the stream belongs to. This way we could separate data coming from the same source, but belonging to different workspaces.
Describe the alternative you’ve considered or used
Right now what we can do is to use table prefixes, but the DB will be filled with tables with the same structure, but different name.
The text was updated successfully, but these errors were encountered:
Tell us about the problem you're trying to solve
I would like for connector streams to return the workspace_uuid they belong to. This is in order to solve the multi-tenant problem. Having the workspace_uuid in the stream would really help to reorder data later on in DBT.
Describe the solution you’d like
The solution that would be preferred is to have an extra column, or a field, containing the information about what workspace the stream belongs to. This way we could separate data coming from the same source, but belonging to different workspaces.
Describe the alternative you’ve considered or used
Right now what we can do is to use table prefixes, but the DB will be filled with tables with the same structure, but different name.
The text was updated successfully, but these errors were encountered: