Skip to content

Commit

Permalink
make gql
Browse files Browse the repository at this point in the history
  • Loading branch information
clairelin135 committed Nov 17, 2023
1 parent 8048847 commit 89346f7
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions js_modules/dagster-ui/packages/ui-core/src/graphql/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,10 @@ def get_upstream_mapped_partitions_result_for_partitions(
return UpstreamPartitionsResult(upstream_subset.with_partition_keys(upstream_keys), [])

def __str__(self) -> str:
return f"Upstream partitions are dependencies of downstream partitions according to the following mapping: \n{self.downstream_partition_keys_by_upstream_partition_key}"
return (
f"Maps upstream partitions to their downstream dependencies according to the "
f"following mapping: \n{self.downstream_partition_keys_by_upstream_partition_key}"
)


class InferSingleToMultiDimensionDepsResult(
Expand Down

0 comments on commit 89346f7

Please sign in to comment.