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

Appending data to a partitioned table by pyiceberg #12399

Closed
yaelperl1234 opened this issue Feb 25, 2025 · 1 comment
Closed

Appending data to a partitioned table by pyiceberg #12399

yaelperl1234 opened this issue Feb 25, 2025 · 1 comment
Labels
question Further information is requested

Comments

@yaelperl1234
Copy link

Query engine

No response

Question

I have a pipeline (python script) which gets small data every time it runs, and I'd like to append it to the same iceberg table, and partition the table by a column. (this column exists in all of the small data sets).

Currently I'm getting this error: ValueError: Cannot write to partitioned tables

What is the best approach for my usecase?

@yaelperl1234 yaelperl1234 added the question Further information is requested label Feb 25, 2025
@raphaelauv
Copy link

it's part of pyiceberg 0.9 -> apache/iceberg-python#208

@yaelperl1234 could you please close this issue , thanks

@nastra nastra closed this as completed Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants