-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[dagster-airlift] KubernetesPodOperator guide #26093
base: dpeng817/operator-migration
Are you sure you want to change the base?
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
cac69ac
to
e4223c1
Compare
68f46a0
to
846e273
Compare
Graphite Automations"Add a 'docs-to-migrate' label to PRs with docs" took an action on this PR • (11/22/24)1 label was added to this PR based on Christopher DeCarolis's automation. |
e4223c1
to
9b8b6f4
Compare
846e273
to
9bb88e7
Compare
9b8b6f4
to
d9361c3
Compare
9bb88e7
to
806bc70
Compare
return ( | ||
PipesK8sClient() | ||
.run( | ||
context=context.op_execution_context, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
context.op_execution_context
should be replaced with context
. The AssetExecutionContext
type can be passed directly to PipesK8sClient.run()
- it doesn't have an op_execution_context
attribute.
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
d9361c3
to
c6068ad
Compare
806bc70
to
09d4822
Compare
docs/content/_navigation.json
Outdated
{ | ||
"title": "Migrating a KubernetesPodOperator", | ||
"path": "/integrations/airlift/operator-migration/kubernetes-pod-operator" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the trailing comma after the last array item - it makes the JSON invalid. The array should end with:
{
"title": "Migrating a KubernetesPodOperator",
"path": "/integrations/airlift/operator-migration/kubernetes-pod-operator"
}
Spotted by Graphite Reviewer
Is this helpful? React 👍 or 👎 to let us know.
7f40743
to
a8589be
Compare
a8589be
to
a564411
Compare
Summary & Motivation
How I Tested These Changes
Changelog