Claire Lin

Results 10 issues of Claire Lin

Resolving https://github.com/dagster-io/dagster/issues/7379

Adds examples to `multi_asset_sensor` documentation to detail several use cases for monitoring asset partitions: - Triggering a partitioned run after a corresponding upstream partition is materialized - Updating a weekly...

Slack discussion [here](https://dagsterlabs.slack.com/archives/C03D094F23G/p1707843112518049). When executing backfills, Dagster checks which partitions have been materialized every 30s, and kicks off the corresponding downstream partitions. When an upstream asset is executing in a...

Corresponding internal PR: https://github.com/dagster-io/internal/pull/9129 This PR enables backcompat between host cloud and older versions of agent / user code after the dagster-plus package rename, by passing references to `dagster_cloud` instead...

### Dagster version 1.5.6 ### What's the issue? When an asset backfill launches a run that completes successfully but does not materialize the asset (i.e. via optional output), the partition...

type: bug
area: backfill

Previously, logic in `build_schedule_from_partitioned_job` that infers partitions defs from the assets when a partitions def is not defined on the job would ignore any custom tz/cron schedule provided. This PR...

## Summary & Motivation ## How I Tested These Changes

## Summary & Motivation ## How I Tested These Changes ## Changelog [New | Bug | Docs] > Replace this message with a changelog entry, or `NOCHANGELOG`

area: docs
docathon

## Summary & Motivation ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this section.

### Dagster version 1.5.9 ### What's the issue? We don't currently define or document any limits on what the size of a cursor can grow to. We also don't guard...

type: bug
stale