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

Enable "partition_by" for "sink_parquet" function #19845

Open
herrmann1981 opened this issue Nov 18, 2024 · 1 comment
Open

Enable "partition_by" for "sink_parquet" function #19845

herrmann1981 opened this issue Nov 18, 2024 · 1 comment
Labels
enhancement New feature or an improvement of an existing feature

Comments

@herrmann1981
Copy link

Description

I can currently write parquet files in a hive partition scheme using "write_parquet(file, partition_by=['a', 'b'])".
The partition_by parameter is currently not available for the "sink_parquet" function. This would be a huge benefit for use to not need to collect the whole LazyFrame before writing it.

@herrmann1981 herrmann1981 added the enhancement New feature or an improvement of an existing feature label Nov 18, 2024
@aut0clave
Copy link

aut0clave commented Nov 18, 2024

Related to #11500 and #15441

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

No branches or pull requests

2 participants