-
Notifications
You must be signed in to change notification settings - Fork 169
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
Change Append/Overwrite API to accept snapshot properties #419
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.
Thanks @Gowthami03B for picking this up. This looks great, just a suggestion about the API itself. I can see that we want to add more keyword-arguments later on, and catching everything as table properties makes it harder to evolve this later on as it might conflict with a future keyword arguments.
Also, could you add this both to the docstring of .append(..)
and .overwrite(..)
and also document this under mkdocs/docs/api.md
? Thanks again! 🙌
Co-authored-by: Fokko Driesprong <[email protected]>
Co-authored-by: Fokko Driesprong <[email protected]>
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.
This looks great, thanks for working on this @Gowthami03B
I have one small suggestion. In the future, we want to run the Python code in the example blocks to make sure that everything works. Therefore it is best to make sure that it is valid Python.
Co-authored-by: Fokko Driesprong <[email protected]>
@Gowthami03B Now the release is out, we can merge this. Could you fix the merge conflicts? Thanks! |
@Fokko Done! |
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.
This looks good @Gowthami03B I have one small suggestion, but apart from that it looks good to go 🚀
Co-authored-by: Fokko Driesprong <[email protected]>
Thanks @Gowthami03B for adding this 🙌 |
No description provided.