Skip to content

Commit d5663e6

Browse files
committed
fix more links:
Signed-off-by: nikki everett <[email protected]>
1 parent 6070284 commit d5663e6

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

CHANGES.md

+10-17
Original file line numberDiff line numberDiff line change
@@ -5553,7 +5553,7 @@ code_servers:
55535553

55545554
- [dagster-airbyte] Added an experimental function to automatically generate Airbyte assets from project YAML files. For more information, see the [dagster-airbyte docs](https://docs.dagster.io/_apidocs/libraries/dagster-airbyte).
55555555
- [dagster-airbyte] Added the forward_logs option to `AirbyteResource`, allowing users to disble forwarding of Airbyte logs to the compute log, which can be expensive for long-running syncs.
5556-
- [dagster-airbyte] Added the ability to generate Airbyte assets for [basic normalization](https://docs.airbyte.com/understanding-airbyte/basic-normalization/#nesting) tables generated as part of a sync.
5556+
- [dagster-airbyte] Added the ability to generate Airbyte assets for basic normalization tables generated as part of a sync.
55575557

55585558
### Documentation
55595559

@@ -5860,7 +5860,7 @@ to make sure the correct library version is installed.
58605860

58615861
### Documentation
58625862

5863-
- The non-asset version of the Hacker News example, which lived inside `examples/hacker_news/`, has been removed, because it hadn’t received updates in a long time and had drifted from best practices. The asset version is still there and has an updated README. Check it out [here](https://github.com/dagster-io/dagster/tree/master/examples/hacker_news_assets)
5863+
- The non-asset version of the Hacker News example, which lived inside `examples/hacker_news/`, has been removed, because it hadn’t received updates in a long time and had drifted from best practices. The asset version is still there and has an updated README.
58645864

58655865
## 0.15.6
58665866

@@ -6760,7 +6760,7 @@ asset_group = AssetGroup(
67606760
- [dagit] On the instance summary page, hovering over a recent run’s status dot shows a more helpful tooltip.
67616761
- [dagster-k8s] Improved performance of the `k8s_job_executor` for runs with many user logs
67626762
- [dagster-k8s] When using the `dagster-k8s/config` tag to configure Dagster Kubernetes pods, the tags can now accept any valid Kubernetes config, and can be written in either snake case (`node_selector_terms`) or camel case (`nodeSelectorTerms`). See [the docs](https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment) for more information.
6763-
- [dagster-aws] You can now [set secrets on the `EcsRunLauncher` using the same syntax](https://legacy-versioned-docs.dagster.dagster-docs.io/0.14.4/deployment/guides/aws#secrets-management-in-ecs) that you use to set secrets in the ECS API.
6763+
- [dagster-aws] You can now set secrets on the `EcsRunLauncher` using the same syntax that you use to set secrets in the ECS API.
67646764
- [dagster-aws] The `EcsRunLauncher` now attempts to reuse task definitions instead of registering a new task definition for every run.
67656765
- [dagster-aws] The `EcsRunLauncher` now raises the underlying ECS API failure if it cannot successfully start a task.
67666766

@@ -6820,7 +6820,7 @@ asset_group = AssetGroup(
68206820
- Renamed the filter class from `PipelineRunsFilter` => `RunsFilter`.
68216821
- Assets can now be directly invoked for unit testing.
68226822
- [dagster-dbt] `load_assets_from_dbt_project` will now attach schema information to the generated assets if it is available in the dbt project (`schema.yml`).
6823-
- [examples] Added an [example](https://github.com/dagster-io/dagster/tree/master/examples/modern_data_stack_assets) that demonstrates using Software Defined Assets with Airbyte, dbt, and custom Python.
6823+
- [examples] Added an example that demonstrates using Software Defined Assets with Airbyte, dbt, and custom Python.
68246824
- The default io manager used in the `AssetGroup` api is now the `fs_asset_io_manager`.
68256825
- It's now possible to build a job where partitioned assets depend on partitioned assets that are maintained outside the job, and for those upstream partitions to show up on the context in the op and IOManager load_input function.
68266826
- `SourceAsset`s can now be partitioned, by setting the `partitions_def` argument.
@@ -6932,7 +6932,7 @@ asset_group = AssetGroup(
69326932
```
69336933

69346934
- A new Airbyte integration [(dagster-airbyte)](https://docs.dagster.io/_apidocs/libraries/dagster-airbyte#airbyte-dagster-airbyte) allows you to kick off and monitor [Airbyte](https://airbyte.com/) syncs from within Dagster. The original contribution from @airbytehq’s own @marcosmarxm includes a [resource implementation](https://docs.dagster.io/_apidocs/libraries/dagster-airbyte#resources) as well as a [pre-built op](https://docs.dagster.io/_apidocs/libraries/dagster-airbyte#ops) for this purpose, and we’ve extended this library to support [software-defined asset](https://docs.dagster.io/_apidocs/libraries/dagster-airbyte#assets) use cases as well. Regardless of which interface you use, Dagster will automatically capture the Airbyte log output (in the compute logs for the relevant steps) and track the created tables over time (via AssetMaterializations).
6935-
- The [ECSRunLauncher](https://docs.dagster.io/deployment/guides/ecs) (introduced in Dagster 0.11.15) is no longer considered experimental. You can bootstrap your own Dagster deployment on ECS using our [docker compose example](https://github.com/dagster-io/dagster/tree/master/examples/deploy_ecs) or you can use it in conjunction with a [managed Dagster Cloud deployment](https://docs.dagster.cloud/agents/ecs/setup). Since its introduction, we’ve added the ability to customize Fargate container memory and CPU, mount secrets from AWS SecretsManager, and run with a variety of AWS networking configurations. Join us in [#dagster-ecs](https://dagster.slack.com/archives/C014UDS8LAV) in Slack!
6935+
- The [ECSRunLauncher](https://docs.dagster.io/deployment/guides/ecs) (introduced in Dagster 0.11.15) is no longer considered experimental. You can bootstrap your own Dagster deployment on ECS using our [docker compose example](https://github.com/dagster-io/dagster/tree/master/examples/deploy_ecs) or you can use it in conjunction with a [managed Dagster Cloud deployment](https://docs.dagster.io/dagster-plus/deployment/deployment-types/hybrid/amazon-ecs/). Since its introduction, we’ve added the ability to customize Fargate container memory and CPU, mount secrets from AWS SecretsManager, and run with a variety of AWS networking configurations. Join us in [#dagster-ecs](https://dagster.slack.com/archives/C014UDS8LAV) in Slack!
69366936
- [Helm] The default liveness and startup probes for Dagit and user deployments have been replaced with readiness probes. The liveness and startup probe for the Daemon has been removed. We observed and heard from users that under load, Dagit could fail the liveness probe which would result in the pod restarting. With the new readiness probe, the pod will not restart but will stop serving new traffic until it recovers. If you experience issues with any of the probe changes, you can revert to the old behavior by specifying liveness and startup probes in your Helm values (and reach out via an issue or Slack).
69376937

69386938
### Breaking Changes and Deprecations
@@ -7712,7 +7712,7 @@ execution:
77127712
### New
77137713

77147714
- [dagster-k8s] When launching a pipeline using the K8sRunLauncher or k8s_job_executor, you can know specify a list of volumes to be mounted in the created pod. See the [API docs](https://docs.dagster.io/_apidocs/libraries/dagster-k8s#dagster_k8s.K8sRunLauncher) for for information.
7715-
- [dagster-k8s] When specifying a list of environment variables to be included in a pod using [custom configuration](https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#solid-or-pipeline-kubernetes-configuration), you can now specify the full set of parameters allowed by a [V1EnvVar](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.19/#envvar-v1-core) in Kubernetes.
7715+
- [dagster-k8s] When specifying a list of environment variables to be included in a pod using [custom configuration](https://docs.dagster.io/deployment/guides/kubernetes/customizing-your-deployment#solid-or-pipeline-kubernetes-configuration), you can now specify the full set of parameters allowed by a [V1EnvVar](https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#envvar-v1-core) in Kubernetes.
77167716

77177717
### Bugfixes
77187718

@@ -7871,8 +7871,7 @@ run_coordinator:
78717871

78727872
- When a solid, pipeline, schedule, etc. description or event metadata entry contains a
78737873
markdown-formatted table, that table is now rendered in Dagit with better spacing between elements.
7874-
- The hacker-news example now includes
7875-
[instructions](https://github.com/dagster-io/dagster/tree/master/examples/hacker_news#deploying)
7874+
- The hacker-news example now includes instructions
78767875
on how to deploy the repository in a Kubernetes cluster using the Dagster Helm chart.
78777876
- [dagster-dbt] The `dbt_cli_resource` now supports the `dbt source snapshot-freshness` command
78787877
(thanks @emilyhawkins-drizly!)
@@ -8353,7 +8352,7 @@ def my_root_manager(_):
83538352

83548353
### Experimental
83558354

8356-
- Added an example of run attribution via a [custom run coordinator](https://github.com/dagster-io/dagster/tree/master/examples/run_attribution_example), which reads a user’s email from HTTP headers on the Dagster GraphQL server and attaches the email as a run tag. Custom run coordinator are also now specifiable in the Helm chart, under `queuedRunCoordinator`. See the [docs](https://docs.dagster.io/master/guides/dagster/run-attribution) for more information on setup.
8355+
- Added an example of run attribution via a custom run coordinator, which reads a user’s email from HTTP headers on the Dagster GraphQL server and attaches the email as a run tag. Custom run coordinator are also now specifiable in the Helm chart, under `queuedRunCoordinator`. See the [docs](https://docs.dagster.io/master/guides/dagster/run-attribution) for more information on setup.
83578356
- `RetryPolicy` now supports backoff and jitter settings, to allow for modulating the `delay` as a function of attempt number and randomness.
83588357

83598358
### Documentation
@@ -10138,7 +10137,7 @@ opt_in:
1013810137
- An initial version of the CeleryDockerExecutor was added (thanks @mrdrprofuroboros!). The celery
1013910138
workers will launch tasks in docker containers.
1014010139
- **Experimental:** Great Expectations integration is currently under development in the new library
10141-
dagster-ge. Example usage can be found [here](https://github.com/dagster-io/dagster/blob/master/python_modules/libraries/dagster-ge/dagster_ge/examples/ge_demo.py)
10140+
dagster-ge.
1014210141

1014310142
## 0.8.5
1014410143

@@ -11523,14 +11522,10 @@ Thank you to all of the community contributors to this release!! In alphabetical
1152311522

1152411523
- Adds a `type_check` parameter to `PythonObjectType`, `as_dagster_type`, and `@as_dagster_type` to
1152511524
enable custom type checks in place of default `isinstance` checks.
11526-
See documentation here:
11527-
https://dagster.readthedocs.io/en/latest/sections/learn/tutorial/types.html#custom-type-checks
1152811525
- Improved the type inference experience by automatically wrapping bare python types as dagster
1152911526
types.
1153011527
- Reworked our tutorial (now with more compelling/scary breakfast cereal examples) and public API
1153111528
documentation.
11532-
See the new tutorial here:
11533-
https://dagster.readthedocs.io/en/latest/sections/learn/tutorial/index.html
1153411529
- New solids explorer in Dagit allows you to browse and search for solids used across the
1153511530
repository.
1153611531

@@ -11675,8 +11670,6 @@ that elevate Dagit and dagster from a local development tool to a deployable ser
1167511670
`SolidExecutionResult`
1167611671
- Dagstermill: Reworked public API now contains only `define_dagstermill_solid`, `get_context`,
1167711672
`yield_event`, `yield_result`, `DagstermillExecutionContext`, `DagstermillError`, and
11678-
`DagstermillExecutionError`. Please see the new
11679-
[guide](https://dagster.readthedocs.io/en/0.5.2/sections/learn/guides/data_science/data_science.html)
11680-
for details.
11673+
`DagstermillExecutionError`.
1168111674
- Bug fixes, including failures for some dagster CLI invocations and incorrect handling of Airflow
1168211675
timestamps.

docs/vercel.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2774,7 +2774,7 @@
27742774
},
27752775
{
27762776
"source": "/master/guides/dagster/run-attribution",
2777-
"destination": "/guides/deploy/execution/run-coordinators"
2777+
"destination": "/guides/build/assets/metadata-and-tags/tags#run-tags"
27782778
}
27792779
],
27802780
"trailingSlash": false

0 commit comments

Comments
 (0)