-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Docs for new orgs and workspaces redesign aka Org Landing Page #66550
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
003a499
Create orgs and workspaces section
ian-at-airbyte 6635155
Create the new organizaton and workspace section, move relevant topic…
ian-at-airbyte 15f4dea
Refined the organization explanation a bit, and added somewhat better…
ian-at-airbyte 31c6eb1
Update workspace subsection
ian-at-airbyte 8667abd
Add actual connector update steps to the connector update page, then …
ian-at-airbyte c3a4106
Update a variety of other pages that referenced the old Settings UI
ian-at-airbyte 8a58653
Merge branch 'master' into docs-orgs-and-workspaces
ian-at-airbyte 5fbe3d4
Fix a technical error with Cloud
ian-at-airbyte 960799c
Fix two broken links
ian-at-airbyte 99580ba
Fix a few more references to the old UI
ian-at-airbyte 29fce44
Update screenshots
ian-at-airbyte cd06e5b
Remaining platform screenshot updates or deletions
ian-at-airbyte 19e5d74
Updated and deleting remaining screenshots in the integrations folder…
ian-at-airbyte 483f863
Update Embedded screenshots
ian-at-airbyte d57a646
Update steps for platform docs that referenced the old "Settings" opt…
ian-at-airbyte 012ef1f
Merge branch 'master' into docs-orgs-and-workspaces
ian-at-airbyte 6ba0a33
Update docs/integrations/sources/zendesk-chat-migrations.md
ian-at-airbyte c933970
Update docs/platform/cloud/managing-airbyte-cloud/manage-data-residen…
ian-at-airbyte db6334c
Update docs/platform/managing-airbyte/connector-updates.md
ian-at-airbyte c95ae2e
Update docs/platform/contributing-to-airbyte/developing-locally.md
ian-at-airbyte b6ec358
Update docs/platform/managing-airbyte/connector-updates.md
ian-at-airbyte f36dcb8
Update docs/platform/contributing-to-airbyte/developing-locally.md
ian-at-airbyte f000947
Update docs/platform/managing-airbyte/connector-updates.md
ian-at-airbyte dc3abfa
Add reusable block for connector upgrades
ian-at-airbyte 6ed5788
Update connector migration guides to use a reusable block of text ins…
ian-at-airbyte ecf49ef
Fix a typo
ian-at-airbyte cde2ce7
Added some best practices to assigning org vs. workspace roles
ian-at-airbyte 360af8a
Implement adjustments from reviewers' comments
ian-at-airbyte File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-404 KB
(45%)
docs/ai-agents/embedded/widget/assets/embedded-workspaces.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,11 @@ | ||
import MigrationGuide from '@site/static/_migration_guides_upgrade_guide.md'; | ||
|
||
# Metabase Migration Guide | ||
|
||
## Upgrading to 2.0.0 | ||
|
||
Source Metabase has updated the `dashboards` stream's endpoint due to the previous endpoint being deprecated by the service. The new version no longer returns the `creator` field for the `dashboards` stream. | ||
|
||
## Connector Upgrade Guide | ||
|
||
### For Airbyte Open Source: Update the local connector image | ||
|
||
Airbyte Open Source users must manually update the connector image in their local registry before proceeding with the migration. To do so: | ||
|
||
1. Select **Settings** in the main navbar. | ||
1. Select **Sources**. | ||
2. Find Metabase in the list of connectors. | ||
|
||
:::note | ||
You will see two versions listed, the current in-use version and the latest version available. | ||
::: | ||
|
||
3. Select **Change** to update your OSS version to the latest available version. | ||
|
||
### Update the connector version | ||
|
||
1. Select **Sources** in the main navbar. | ||
2. Select the instance of the connector you wish to upgrade. | ||
|
||
:::note | ||
Each instance of the connector must be updated separately. If you have created multiple instances of a connector, updating one will not affect the others. | ||
::: | ||
|
||
3. Select **Upgrade** | ||
1. Follow the prompt to confirm you are ready to upgrade to the new version. | ||
|
||
### Refresh affected schemas and reset data | ||
|
||
1. Select **Connections** in the main navbar. | ||
1. Select the connection(s) affected by the update. | ||
2. Select the **Replication** tab. 1. Select **Refresh source schema**. 2. Select **OK**. | ||
:::note | ||
Any detected schema changes will be listed for your review. | ||
::: | ||
3. Select **Save changes** at the bottom of the page. 1. Ensure the **Reset affected streams** option is checked. | ||
:::note | ||
Depending on destination type you may not be prompted to reset your data. | ||
::: | ||
4. Select **Save connection**. | ||
:::note | ||
This will reset the data in your destination and initiate a fresh sync. | ||
::: | ||
## Connector upgrade guide | ||
|
||
For more information on resetting your data in Airbyte, see [this page](/platform/operator-guides/clear). | ||
<MigrationGuide /> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.