Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Airbyte's Workspace uuid to output streams. #6128

Open
davidrodriguezcofi opened this issue Sep 16, 2021 · 0 comments
Open

Add Airbyte's Workspace uuid to output streams. #6128

davidrodriguezcofi opened this issue Sep 16, 2021 · 0 comments
Labels
frozen Not being actively worked on team/platform-move type/enhancement New feature or request

Comments

@davidrodriguezcofi
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frozen Not being actively worked on team/platform-move type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants