Skip to content

Commit

Permalink
regen snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiedemaria committed Nov 16, 2023
1 parent 387fa7d commit f26441e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def __new__(
cls,
step_output_handle: StepOutputHandle,
fan_in: bool,
output_dagster_type_is_nothing: bool,
output_dagster_type_is_nothing: bool = False,
# deprecated, preserved for back-compat
node_handle: Optional[NodeHandle] = None,
input_name: Optional[str] = None,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"__class__": "FromStepOutput",
"fan_in": false,
"input_name": "",
"output_dagster_type_is_nothing": false,
"solid_handle": {
"__class__": "SolidHandle",
"name": "",
Expand Down Expand Up @@ -326,6 +327,7 @@
"__class__": "FromStepOutput",
"fan_in": false,
"input_name": "",
"output_dagster_type_is_nothing": false,
"solid_handle": {
"__class__": "SolidHandle",
"name": "",
Expand Down Expand Up @@ -355,6 +357,7 @@
"__class__": "FromStepOutput",
"fan_in": false,
"input_name": "",
"output_dagster_type_is_nothing": false,
"solid_handle": {
"__class__": "SolidHandle",
"name": "",
Expand Down Expand Up @@ -427,6 +430,7 @@
"__class__": "FromStepOutput",
"fan_in": false,
"input_name": "",
"output_dagster_type_is_nothing": false,
"solid_handle": {
"__class__": "SolidHandle",
"name": "",
Expand Down Expand Up @@ -557,6 +561,7 @@
"__class__": "FromStepOutput",
"fan_in": false,
"input_name": "",
"output_dagster_type_is_nothing": false,
"solid_handle": {
"__class__": "SolidHandle",
"name": "",
Expand Down

0 comments on commit f26441e

Please sign in to comment.