Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
Signed-off-by: nikki everett <[email protected]>
  • Loading branch information
neverett committed Dec 18, 2024
1 parent f17305e commit 7012669
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dagster+ automatically tracks metadata every time a code location is loaded. Thi

Before continuing, you should be familiar with:

- [Code Locations](/dagster-plus/features/code-locations)
- [Code Locations](/dagster-plus/deployment/code-locations)

</details>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Dagster+ agent is a long-lived process that polls Dagster+'s API servers for

### Code location servers

Dagster+ runs your Dagster projects through code locations. To get started, follow this guide for [adding a code location](/dagster-plus/features/code-locations).
Dagster+ runs your Dagster projects through code locations. To get started, follow this guide for [adding a code location](/dagster-plus/deployment/code-locations).

When you inform Dagster+ about a new code location, we enqueue instructions for your agent to launch a new code server. The agent uses your container image to launch a code server that interacts with your Dagster definitions. The agent will run one long-standing code server for each code location. Once the code server is running, the agent will send Dagster+ metadata about your Dagster definitions that Dagster+ uses to make orchestration decisions.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ kubectl --namespace dagster-cloud logs -l deployment=agent

There are three places to customize how Dagster interacts with Kubernetes:
- **Per Deployment** by configuring the Dagster+ agent using [Helm values](https://artifacthub.io/packages/helm/dagster-cloud/dagster-cloud-agent?modal=values)
- **Per Project** by configuring the `dagster_cloud.yaml` file for your [code location](/dagster-plus/features/code-locations)
- **Per Project** by configuring the `dagster_cloud.yaml` file for your [code location](/dagster-plus/deployment/code-locations)
- **Per Asset or Job** by adding tags to the [asset](/todo), [job](/todo), or [customizing the Kubernetes pipes invocation](/todo)

Changes apply in a hierarchy, for example, a customization for an asset will override a default set globally in the agent configuration. Attributes that are not customized will use the global defaults.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Organization Admins have access to the entire organization, including all [deplo
| Level | Plan | Description |
| ------------------ | --------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Deployment | All plans | Defines the level of access for a given deployment. Roles set at this level will be the default role for the user or team for all code locations in the deployment. <br/><br/> <strong>Note</strong>: Granting access to a deployment grants a minimum of <strong>Viewer</strong> access to all code locations. Preventing access for specific code locations isn't currently supported. Additionally, having access to a deployment doesn't grant access to Branch Deployments - those permissions must be granted separately. |
| Code location | Pro | Defines the level of access for a given code location in a deployment. <br/><br/> Dagster+ Pro users can [override the default deployment-level role for individual code locations](/dagster-plus/features/code-locations). For example, if the <strong>Deployment</strong> role is <strong>Launcher</strong>, you could override this role with a more permissive role, such as <strong>Editor</strong> or <strong>Admin</strong>. <br/><br/> For non-Pro users, users will have the same level of access for all code locations in a deployment. |
| Code location | Pro | Defines the level of access for a given code location in a deployment. <br/><br/> Dagster+ Pro users can [override the default deployment-level role for individual code locations](/dagster-plus/deployment/code-locations). For example, if the <strong>Deployment</strong> role is <strong>Launcher</strong>, you could override this role with a more permissive role, such as <strong>Editor</strong> or <strong>Admin</strong>. <br/><br/> For non-Pro users, users will have the same level of access for all code locations in a deployment. |
| Branch deployments | All plans | Defines the level of access for all Branch Deployments in the code locations the user or team has access to. |

### Applying role overrides
Expand Down Expand Up @@ -138,9 +138,9 @@ Code locations are accessed in the UI by navigating to **Deployment > Code locat

| | Viewer | Launcher | Editor | Admin | Organization <br/> admin |
| ------------------------------------------------------------------------------- | ------ | -------- | ------ | ----- | ------------------------ |
| View [code locations](/dagster-plus/features/code-locations) ||||||
| Create and remove [code locations](/dagster-plus/features/code-locations) ||||||
| Reload [code locations](/dagster-plus/features/code-locations) and workspaces ||||||
| View [code locations](/dagster-plus/deployment/code-locations) ||||||
| Create and remove [code locations](/dagster-plus/deployment/code-locations) ||||||
| Reload [code locations](/dagster-plus/deployment/code-locations) and workspaces ||||||

### Agent tokens

Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/dagster-plus/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The Dagster+ onboarding will guide you through:
If you don't have any Dagster code yet, you can select an example project or import an existing dbt project.
:::

See the guide on [adding code locations](/dagster-plus/features/code-locations) for details.
See the guide on [adding code locations](/dagster-plus/deployment/code-locations) for details.
</TabItem>

<TabItem value="hybrid" label="Dagster+ Hybrid">
Expand All @@ -49,7 +49,7 @@ In most cases, your CI/CD process will be responsible for:
- pushing your Docker image to a container registry you manage
- notifying Dagster+ of the new or updated code

Refer to the guide for [adding a code location](/dagster-plus/features/code-locations) for more detail.
Refer to the guide for [adding a code location](/dagster-plus/deployment/code-locations) for more detail.

</TabItem>
</Tabs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ sidebar_position: 200
---

:::info
This reference is only applicable to Dagster OSS. For Dagster Cloud see [the Dagster Cloud Code Locations guide](/dagster-plus/features/code-locations)
This reference is only applicable to Dagster OSS. For Dagster Cloud see [the Dagster Cloud Code Locations documentation](/dagster-plus/deployment/code-locations)
:::

The `workspace.yaml` file is used to configure code locations in Dagster. It tells Dagster where to find your code and how to load it.
Expand Down

0 comments on commit 7012669

Please sign in to comment.