Skip to content

Commit 6a40b17

Browse files
committed
regenerate types
1 parent b5f4e13 commit 6a40b17

File tree

3 files changed

+42
-1
lines changed

3 files changed

+42
-1
lines changed

js_modules/dagster-ui/packages/ui-core/src/graphql/schema.graphql

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js_modules/dagster-ui/packages/ui-core/src/graphql/types.ts

+34
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python_modules/dagster-graphql/dagster_graphql/schema/asset_graph.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1570,7 +1570,7 @@ def resolve_partitionKeyConnection(
15701570

15711571
partitions_def = self._get_partitions_def()
15721572
context = PartitionLoadingContext(
1573-
TemporalContext(
1573+
temporal_context=TemporalContext(
15741574
effective_dt=get_current_datetime(),
15751575
last_event_id=graphene_info.context.instance.event_log_storage.get_maximum_record_id(),
15761576
),

0 commit comments

Comments
 (0)