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

DM-24664: Refactor data ID translation rule system #277

Merged
merged 3 commits into from May 2, 2020

Conversation

TallJimbo
Copy link
Member

No description provided.

Dataset type registration now needs to begin and commit its own
transaction for concurrency reasons.
Copy link
Contributor

@parejkoj parejkoj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm glad the gen2to3.py in this package can finally go away. That's good.

@@ -45,6 +46,22 @@
log = logging.getLogger(__name__)


class _HscAbstractFilterKeyHandler(KeyHandler):
"""KeyHandler for HSC filter keys that should be mapped to AbstractFilters.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this materially different from PhysicalToAbstractFilterKeyHandler? I don't remember why I kept it around when I was doing the original converter cleanup (if there was a reason beyond that I just missed it), but I think it can just be replaced by that.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup, looks like they're identical. Will drop this one.

@TallJimbo TallJimbo merged commit f88d43e into master May 2, 2020
@TallJimbo TallJimbo deleted the tickets/DM-24664 branch May 2, 2020 04:07
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.

None yet

2 participants