Skip to content

Tags: pedronauck/dagster

Tags

phabricator/diff/7655

Toggle phabricator/diff/7655's commit message
Add graphql interface for PartitionSets

Summary: This diff adds two new query fields: `partitionSetOrError` and `partitionSetsOrError`.

Test Plan: unit

Reviewers: prha

Differential Revision: https://dagster.phacility.com/D1646

phabricator/diff/7654

Toggle phabricator/diff/7654's commit message
Add grqphal interface for PartitionSets

Summary: This diff adds two new query fields: `partitionSetOrError` and `partitionSetsOrError`.

Test Plan: unit

Reviewers: prha

Subscribers:

phabricator/diff/7653

Toggle phabricator/diff/7653's commit message
got rid of unnused import

phabricator/diff/7652

Toggle phabricator/diff/7652's commit message
added factory wrappers and addressed feedback

phabricator/diff/7651

Toggle phabricator/diff/7651's commit message
[composites] enforce io mapping types match

Summary:
There are currently some very nasty bugs when types do not match on both sides of a mapping. For example during input hydration we use the outer composite type at schema validation time but the inner type during the actual hydration which is an awfully confusing error.

There are maybe some valid uses of mismatched types - but they can always be solved by a "cast" solid which fixes the type disparity.

Test Plan: existing tests

Reviewers: schrockn, max

Differential Revision: https://dagster.phacility.com/D1640

phabricator/diff/7650

Toggle phabricator/diff/7650's commit message
[composites] enforce io mapping types match

Summary:
There are currently some very nasty bugs when types do not match on both sides of a mapping. For example during input hydration we use the outer composite type at schema validation time but the inner type during the actual hydration which is an awfully confusing error.

There are maybe some valid uses of mismatched types - but they can always be solved by a "cast" solid which fixes the type disparity.

Test Plan: existing tests

Reviewers: schrockn, max

Differential Revision: https://dagster.phacility.com/D1640

phabricator/diff/7649

Toggle phabricator/diff/7649's commit message
Add support for GCS custom prefix

Summary: just keeping GCS intermediates support in sync w/ S3 - this replicates the behavior of dagster-io#1981

Test Plan: unit

Differential Revision: https://dagster.phacility.com/D1645

phabricator/diff/7648

Toggle phabricator/diff/7648's commit message
Add support for GCS custom prefix

Summary: just keeping GCS intermediates support in sync w/ S3 - this replicates the behavior of dagster-io#1981

Test Plan: unit

Reviewers:

Subscribers:

phabricator/diff/7646

Toggle phabricator/diff/7646's commit message
[dagster-graphql] remove stack from error interface

Summary: Most only `PythonError` actually provides it, this can result in server errors when you query it on other Error implementors. Wish graphene would prevent this kind of ish.

Test Plan: bk

Reviewers: schrockn, max, prha

Differential Revision: https://dagster.phacility.com/D1644

phabricator/diff/7645

Toggle phabricator/diff/7645's commit message
[dagster-graphql] remove stack from error interface

Summary: Most only `PythonError` actually provides it, this can result in server errors when you query it on other Error implementors. Wish graphene would prevent this kind of ish.

Test Plan: bk

Reviewers: schrockn, max, prha

Subscribers: