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-13374: Deconstruct Butler prototype for redesign #10

Merged
merged 1 commit into from Jan 29, 2018

Conversation

pschella
Copy link
Collaborator

No description provided.

@timj
Copy link
Member

timj commented Jan 29, 2018

I wonder how I missed those flake8 fixes.

@pschella
Copy link
Collaborator Author

Probably because they were the result of some other changes on this ticket (I intend to squash all commits).

@@ -33,7 +32,7 @@ def _safeMakeMappingProxyType(data):
return MappingProxyType(data)


class DatasetType:
class DatasetType(object):
Copy link
Member

Choose a reason for hiding this comment

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

Is this needed? Python 3 doesn't need the explicit object inheritance.

Copy link
Member

@timj timj left a comment

Choose a reason for hiding this comment

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

Looks fine (I'm trying not to worry yet about code that's disappearing). Thanks for cleaning up the type variable name confusion.

- Reset SqlRegistry to non-implemented and remove associated tests
- Remove DataUnit subclass implementations
- Rename DataUnitTypeSet -> DataUnitSet
- Remove mentions of DataUnitMap
- Merge DatasetLabel and DatasetHandle into DatasetRef
- Rename type -> datasetType where appropriate
- Don't assume anything about StorageClass in Registry
- General style cleanup
@pschella pschella merged commit bba86ec into master Jan 29, 2018
@ktlim ktlim deleted the tickets/DM-13374 branch August 25, 2018 06:49
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