-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: support get partition table with filter #8619
Comments
@Fokko Hi, may I know if we have all the building blocks to implement this feature? Thanks! |
@puchengy Can you provide more context? Would you like to block a partition using an Airflow sensor? I've been thinking about this for a while. For the CDC use case we have a property that we block on: apache/airflow#32786 We could also check if a particular partition exists. |
@puchengy Hi Fokko, so you are saying instead of doing partition compute, we want to store what partitions is produced by a given snapshot in the snapshot summary metadata? If so, how do we deal with snapshot expiration cases (this might also be a question to your Airflow PR as well). |
@puchengy Could you maybe elaborate on the use case in apache/iceberg-python#24? We've moved PyIceberg to a separate repository. |
Feature Request / Improvement
Support get partition tables, especially with filter.
This is especially helpful for airflow sensor job.
Query engine
None
The text was updated successfully, but these errors were encountered: