Skip to content
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] Split out task operator fxnality #25091

Open
wants to merge 1 commit into
base: dpeng817/ensure_executable
Choose a base branch
from

Conversation

dpeng817
Copy link
Contributor

@dpeng817 dpeng817 commented Oct 4, 2024

Summary & Motivation

Splits out BaseProxyToDagsterOperator, which just basically means "we're going to execute some stuff in dagster" from the functionality specific to task mapping. That is:

  • Figuring out which assets are mapped to the current task
  • Drop-in replacing the operator with the dagster operator

How I Tested These Changes

Existing tests

Changelog

NOCHANGELOG

Copy link
Contributor Author

dpeng817 commented Oct 4, 2024

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.
Learn more

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @dpeng817 and the rest of your teammates on Graphite Graphite

@dpeng817 dpeng817 requested a review from schrockn October 4, 2024 22:36
@dpeng817 dpeng817 marked this pull request as ready for review October 4, 2024 22:36
@dpeng817 dpeng817 force-pushed the dpeng817/split_out_task_operator branch from c393700 to ddaefcf Compare October 4, 2024 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants