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-32682: Use standard python syntax for setting metadata #204

Merged
merged 1 commit into from Nov 25, 2021

Conversation

timj
Copy link
Member

@timj timj commented Nov 23, 2021

metadata.set(a, b) is the same as metadata[a] = b and the latter can work for more general types of metadata objects.

metadata.set(a, b) is the same as metadata[a] = b and the latter
can work for more general types of metadata objects.
Copy link
Contributor

@ktlim ktlim left a comment

Choose a reason for hiding this comment

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

We don't seem to have consistency about naming of metadata items...

@timj
Copy link
Member Author

timj commented Nov 25, 2021

Regarding naming -- no we don't. It's all over the place.

@timj timj merged commit 97737f7 into master Nov 25, 2021
@timj timj deleted the tickets/DM-32682 branch November 25, 2021 22:54
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