-
Notifications
You must be signed in to change notification settings - Fork 1
Fix CSV schema export #6
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
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 for catching this! A few updates to the PR description and the docs, and perhaps also updating tests to account for the new functionality added to export_schema_csv()
.
Done (expect unit tests, which will come on the next major PR)! |
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 for addressing those comments! Everything looks good now, feel free to merge 🚢
…xport Fix CSV schema export
Fixed database schema export by:
get_schema_df()
.SQLBaseConnector
.