Skip to content

Commit

Permalink
Add note about dagster insights to cloud section in the changelog (#1…
Browse files Browse the repository at this point in the history
…6960)

Add a note about dagster insights to the Cloud section of the changelog
  • Loading branch information
shalabhc authored Oct 2, 2023
1 parent 2c99857 commit e5b2576
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ def my_op(context: OpExecutionContext):
- [Partitioning ops](https://docs.dagster.io/concepts/partitions-schedules-sensors/partitioning-ops) - Details about partitioning ops
- [Testing partitions](https://docs.dagster.io/concepts/partitions-schedules-sensors/testing-partitions) - As described

### Dagster Cloud

- **New dagster-insights sub-module** - We have released an experimental `dagster_cloud.dagster_insights` module that contains utilities for capturing and submitting external metrics about data operations to Dagster Cloud via an api. Dagster Cloud Insights is a soon-to-be released feature that shows improves visibility into usage and cost metrics such as run duration and Snowflake credits in the Cloud UI.


# 1.4.17 / 0.20.17 (libraries)

### New
Expand Down

0 comments on commit e5b2576

Please sign in to comment.