OwenKephart

Results 111 issues of OwenKephart

### Dagster version 1.0.1 ### What's the issue? Currently, the backfills that are created for partitioned asset jobs do not have asset selection data passed in to them. The subselection...

bug

### What's the use case? See: https://github.com/dagster-io/dagster/discussions/6275 Currently It's very difficult to get runtime information from the Op when in a HookContext. You are able to access to op_output_values, but...

feature-request
idea

### Dagster version 0.15.8 ### What's the issue? Slack: https://dagster.slack.com/archives/C01U954MEER/p1659658372336479?thread_ts=1659655298.487849&cid=C01U954MEER Basically the title. A source asset can be selected, but this does not disable the "Materialize" button. When you click...

bug
asset-defs
dagit

### What's the use case? ``` @op(out=DynamicOut()) def dynamic_op(): ... @graph def collected_graph(): return dynamic_op().collect() ``` `dagster._core.errors.DagsterInvalidDefinitionError: @graph 'collected_graph' returned problematic value of type . Expected return value from invoked...

feature-request

### Dagster version 0.15.8 ### What's the issue? When you create an `AssetsDefinition.from_graph`, and view the op graph in Dagit, the connections are incorrectly displayed. Take this example repository: ```...

bug
asset-defs
dagit

### What's the use case? Right now, if you have an AssetKey defined as a `non_argument_dep` to an asset, and this AssetKey is not defined anywhere in your repository, this...

feature-request
asset-defs

### What's the use case? When you yield an Output from the body of an op, you have the opportunity to add metadata to that event in one of two...

feature-request

### What's the use case? Slack: https://dagster.slack.com/archives/C01U954MEER/p1659137734627489?thread_ts=1659136358.342089&cid=C01U954MEER Right now, if an asset job has config defined, this config does not get used when hitting the "Materialize all" button on the...

feature-request
asset-defs
dagit

### What's the use case? Sometimes, you just want to know if the run finished (successfully or otherwise). Currently, this requires creating two sensors, one to detect failures, and one...

feature-request

### Dagster version 0.15.8 ### What's the issue? slack: https://dagster.slack.com/archives/C01U954MEER/p1659397578399839 If a dagster type loader has a require resource key, this will be applied to the op if it's one...

bug