Skip to content

Commit

Permalink
[cleanup] Standardize assets jobs in GQL test repo
Browse files Browse the repository at this point in the history
[INTERNAL_BRANCH=sean/gql-repo-build-assets-job]
  • Loading branch information
smackesey committed Feb 20, 2024
1 parent 1d6e2ce commit fc799f7
Show file tree
Hide file tree
Showing 33 changed files with 54,651 additions and 30,470 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
}),
dict({
'freshnessInfo': dict({
'currentMinutesLate': None,
'currentMinutesLate': 0.0,
'latestMaterializationMinutesLate': None,
}),
'freshnessPolicy': dict({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@
'pipelineName': '__ASSET_JOB_7',
'solidSelection': None,
}),
dict({
'mode': 'default',
'pipelineName': '__ASSET_JOB_8',
'solidSelection': None,
}),
dict({
'mode': 'default',
'pipelineName': '__ASSET_JOB_9',
'solidSelection': None,
}),
]),
}),
dict({
Expand Down Expand Up @@ -288,6 +298,16 @@
'pipelineName': '__ASSET_JOB_7',
'solidSelection': None,
}),
dict({
'mode': 'default',
'pipelineName': '__ASSET_JOB_8',
'solidSelection': None,
}),
dict({
'mode': 'default',
'pipelineName': '__ASSET_JOB_9',
'solidSelection': None,
}),
]),
}),
dict({
Expand Down
Loading

0 comments on commit fc799f7

Please sign in to comment.