Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
schrockn committed Sep 26, 2023
1 parent 88cfd8a commit ca4d19c
Showing 1 changed file with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
dict({
'repositoryOrError': dict({
'usedSolids': list([
dict({
'__typename': 'UsedSolid',
'definition': dict({
'name': '_external_assets_def',
}),
'invocations': list([
dict({
'pipeline': dict({
'name': 'executable_test_job',
}),
'solidHandle': dict({
'handleID': '_external_assets_def',
}),
}),
]),
}),
dict({
'__typename': 'UsedSolid',
'definition': dict({
Expand Down Expand Up @@ -130,22 +146,6 @@
}),
]),
}),
dict({
'__typename': 'UsedSolid',
'definition': dict({
'name': 'an_asset',
}),
'invocations': list([
dict({
'pipeline': dict({
'name': 'executable_test_job',
}),
'solidHandle': dict({
'handleID': 'an_asset',
}),
}),
]),
}),
dict({
'__typename': 'UsedSolid',
'definition': dict({
Expand Down

0 comments on commit ca4d19c

Please sign in to comment.