Alex Langenfeld

Results 41 issues of Alex Langenfeld

if a user has multiple copies of the same schedule running in different repos at the same time, a run in one will prevent the other from firing. ### How...

There are two flavors of `configured`, the decorator which acts as a config mapping and the function which binds exact values. You can "stack" configured calls as long as they...

Errors observed when enabling the threaded SchedulerDaemon ``` ←[32m2022-07-30 21:04:50 +0000←[0m - dagster.daemon.SchedulerDaemon - ←[34mERROR←[0m - ←[31mScheduler caught an error for schedule : dagster._core.errors.DagsterInvariantViolationError: InstigatorState 1649848e0fa2f0130938a5e026a2daf9675b1ea8 is already present in...

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

`output_capture` in the core execution machinery holds references to in memory outputs to facilitate the test API `execute_in_process` and its various result objects. When it was originally added we had...

core

see commented out test cases linked to this issue

### Summary & Motivation remove our dep on rx and upgrade to graphene 3 previous attempt https://github.com/dagster-io/dagster/pull/7571 ### How I Tested These Changes bk

We do this factory pattern in hacker news to allow for sensor re-use, likely worth hoisting in to the sensor concept page.

docs:api-docs

One specific example of this is the line > Then, add the following YAML block in your job's config: from https://docs.dagster.io/deployment/guides/aws#using-s3-for-io-management which led a user to wonder > What is...

docs:api-docs