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

improve the mapping that determines which datalab issue types to run based on which args the user provided #995

Open
jwmueller opened this issue Feb 12, 2024 · 0 comments
Assignees

Comments

@jwmueller
Copy link
Member

we want this mapping to be more forwards compatible, such that it's easier to add new issue types.
We keep forgetting to update the current mapping each time we add new issue types.

Instead perhaps we could use a try/except framework that simply suppresses errors where the issue manager was attempted to run with missing key arguments that it required. I'm not sure the best approach here, but something that we don't need to update with every single new issue type would be ideal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants