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

Airbyte Cloud: Remove (or handle) default workspace #4716

Closed
cgardens opened this issue Jul 12, 2021 · 0 comments · Fixed by #5009
Closed

Airbyte Cloud: Remove (or handle) default workspace #4716

cgardens opened this issue Jul 12, 2021 · 0 comments · Fixed by #5009
Assignees
Labels
airbyte-cloud type/enhancement New feature or request

Comments

@cgardens
Copy link
Contributor

Tell us about the problem you're trying to solve

The OSS platform automatically creates a workspace with a hardcoded workspace id. That id is used in many places. We will start having multiple workspaces as a first class citizen in Airbyte Cloud.

Describe the solution you’d like

There's a fundamental choice that needs to be made here: Either remove the default entirely or just figure out how to make it sane in cloud. The data model should stay the same across OSS and cloud.

Here are the requirements that whatever choice that is made needs to meeting

  • In cloud allow a user to sign up and create a workspace with a random id.
  • All product tracking should be able to work for workspaces without the random id.

If we keep the default workspace concept, we will need to audit all usages and make sure they make sense.

If we drop the default workspace concept, do we reassign existing workspace ids in the OSS version to new, randomly generated ones?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airbyte-cloud type/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant