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

Python: allow metadata for write_deltalake #576

Closed
wjones127 opened this issue Mar 23, 2022 · 2 comments · Fixed by #587
Closed

Python: allow metadata for write_deltalake #576

wjones127 opened this issue Mar 23, 2022 · 2 comments · Fixed by #587
Labels
enhancement New feature or request

Comments

@wjones127
Copy link
Collaborator

Description

Currently, write_deltalake() doesn't support passing in a table name or description, or additional custom config values.

Related Issue(s)
Umbrella issue: #542

@wjones127 wjones127 added the enhancement New feature or request label Mar 23, 2022
@PadenZach
Copy link
Contributor

Worked on some of this. Just need to finish some tests. New to rust however, getting a too many arguments warning from clippy since I just added the name description and configuration map as extra optional arguments. Should I just override it or refactor some of it into a struct?

@wjones127
Copy link
Collaborator Author

Either seems fine. I'd lean towards overriding for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants