From 7ab79ee2fd2b2a7ddf1e15d32c7c517ab32de9c3 Mon Sep 17 00:00:00 2001 From: Marco polo Date: Wed, 20 Sep 2023 13:16:10 -0400 Subject: [PATCH] [1.4.15] 1 more changelog entry (#16659) --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index d00b75f98e603..722e9ed5fce62 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,7 @@ - [ui] Schedules, sensors, and observable source assets now appear on the resource “Uses” page. - [dagster-dbt] The `DbtCliResource` now validates at definition time that its `project_dir` and `profiles_dir` arguments are directories that respectively contain a `dbt_project.yml` and `profiles.yml`. - [dagster-databricks] You can now configure a `policy_id` for new clusters when using the `databricks_pyspark_step_launcher` (thanks @zyd14!) +- [ui] Added an experimental sidebar to the Asset lineage graph to aid in navigating large graphs. You can enable this feature under user settings. ### Bugfixes