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

Overriding a runnable via ID #6

Open
krispya opened this issue May 30, 2024 · 1 comment
Open

Overriding a runnable via ID #6

krispya opened this issue May 30, 2024 · 1 comment
Assignees

Comments

@krispya
Copy link
Member

krispya commented May 30, 2024

This idea came from @pietrovismara. An ID is currently only used for debug, but it also allows an alias for overriding.
This would be useful for mocking during tests, but also for ecosystem integration where you can override a runnable that is loaded by another library.

@akdjr
Copy link
Collaborator

akdjr commented Jun 3, 2024

Interestingly enough, I was debating changing the underlying dag to have nodes identified by an ID instead of the function itself. That change would allow ID based overriding.

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

No branches or pull requests

2 participants