-
Notifications
You must be signed in to change notification settings - Fork 63
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
get table metadata and manage dataset privacy #691
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left a bunch of comments, some are proposals and some others are there to know your opinion :)
I like having the DatasetInfo
class as a wrapper with the minimal stuff we want to let the users actually see/update.
# -*- coding: utf-8 -*- | ||
|
||
|
||
class CredsMock(): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question. Did you look for a mock library FactoryGirl style?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nop
I have handled the last comments on my own. Can you take another CR round? 🙏 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job addressing most of our comments 💪
I left just one more 👼
76877df
to
d8644e5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Solves #673
Main implementation points:
DatasetInfo
class wrapping the dataset metadata properties and calls to CARTOprivacy
andname
:test_dataset_sync.py
too (28 seconds to 1).