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 visual editor docs #5603

Open
wants to merge 32 commits into
base: current
Choose a base branch
from
Open

add visual editor docs #5603

wants to merge 32 commits into from

Conversation

mirnawong1
Copy link
Contributor

@mirnawong1 mirnawong1 commented Jun 4, 2024

@mirnawong1 mirnawong1 requested a review from a team as a code owner June 4, 2024 16:23
Copy link

vercel bot commented Jun 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs-getdbt-com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 17, 2024 4:48pm

@github-actions github-actions bot added content Improvements or additions to content size: medium This change will take up to a week to address Docs team Authored by the Docs team @dbt Labs labels Jun 4, 2024
@mirnawong1
Copy link
Contributor Author

have added pagination next

Copy link
Contributor

@nghi-ly nghi-ly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks really really good! since you're still working on certain pieces, i only did an IA review -- love it! left a few suggs

website/docs/docs/cloud/use-visual-editor.md Outdated Show resolved Hide resolved
website/docs/docs/cloud/use-visual-editor.md Show resolved Hide resolved
website/docs/docs/cloud/visual-editor.md Show resolved Hide resolved

## Prerequisites
- You have an active [dbt Cloud Enterprise](https://www.getdbt.com/pricing) account.
- You have a [developer license](/docs/cloud/manage-access/seats-and-users) ??? WHO can access editor? dev license? read-only?
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev license required and dev credentials - yes?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev license
keep on latest

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can't create source model from this. need to have prod run that has sources created.

Before accessing the editor, you should have a dbt Cloud project already set up. This includes a Git repository, data platform connection, environments, and developer credentials. If you don't have this set up, please contact your dbt Cloud Admin.

To access the visual editor:
- Type in the following URL, replacing the ACCOUNT_ID and ENVIRONMENT_ID with your own account and environment ID: `https://ACCESS_URL/visual-editor/ACCOUNT_ID/env/ENVIRONMENT_ID/`
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this the current way to access the editor right now (before it goes under the dev tab)?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

keep as it rn

Testing and documenting your models is an important part of the development process.

Stay tuned! Coming very soon, you'll be able to version control your dbt modes in the visual editor. This ensures you can track changes and revert to previous versions if needed.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to save created / modified models? how to ensure they're ran in prod jobs?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

design coming
can version control is coming soon


Stay tuned! Coming very soon, you'll be able to version control your dbt modes in the visual editor. This ensures you can track changes and revert to previous versions if needed.

## Limitations
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how to integrate with explorer and ide?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no integrations yet, once we can save branch, they'll be able open the branch in ide.

@mirnawong1
Copy link
Contributor Author

mirnawong1 commented Jun 7, 2024

this pr is on hold pending feature updates, will update as PM provides up and informs when ready to for review.

sidebar code:

{
      type: "category",
      label: "Develop with dbt Cloud",
      collapsed: true,
      link: { type: "doc", id: "docs/cloud/about-develop-dbt" },
      items: [
        "docs/cloud/about-develop-dbt",
        "docs/cloud/about-cloud-develop-defer",
        {
          type: "category",
          label: "dbt Cloud CLI",
          collapsed: true,
          link: { type: "doc", id: "docs/cloud/cloud-cli-installation" },
          items: [
            "docs/cloud/cloud-cli-installation",
            "docs/cloud/configure-cloud-cli",
          ],
        },
        {
          type: "category",
          label: "dbt Cloud IDE",
          link: { type: "doc", id: "docs/cloud/dbt-cloud-ide/develop-in-the-cloud" },
          items: [
            "docs/cloud/dbt-cloud-ide/develop-in-the-cloud",
            "docs/cloud/dbt-cloud-ide/keyboard-shortcuts",
            "docs/cloud/dbt-cloud-ide/ide-user-interface",
            "docs/cloud/dbt-cloud-ide/lint-format",
            {
              type: "category",
              label: "dbt Assist",
              link: { type: "doc", id: "docs/cloud/dbt-assist" },
              items: [
                "docs/cloud/dbt-assist",
                "docs/cloud/enable-dbt-assist",
                "docs/cloud/use-dbt-assist",
                "docs/cloud/dbt-assist-data",
              ],
            },
          ],
        },
        {
            type: "category",
            label: "Visual editor",
            collapsed: true,
            link: { type: "doc", id: "docs/cloud/visual-editor" },
            items: [
              "docs/cloud/visual-editor",
              "docs/cloud/visual-editor-interface",
              "docs/cloud/use-visual-editor",
            ],
          },
        ],
      },

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Improvements or additions to content Docs team Authored by the Docs team @dbt Labs size: medium This change will take up to a week to address
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants