dinowernli opened a new issue #21381: URL: https://github.com/apache/airflow/issues/21381
### Description Delta Lake has a native python library ([delta-io.github.io/delta-rs/python/](https://delta-io.github.io/delta-rs/python/)). This could be useful for use as a [sensor](https://airflow.apache.org/docs/apache-airflow/stable/concepts/sensors.html) or the newer [Deferrable Operators & Triggers](https://airflow.apache.org/docs/apache-airflow/stable/concepts/deferring.html) to wait until a table or partition is updated, similarly to [hive_partition_sensor](https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/stable/_api/airflow/providers/apache/hive/sensors/hive_partition/index.html#module-airflow.providers.apache.hive.sensors.hive_partition) or [metastore_partition_sensor](https://airflow.apache.org/docs/apache-airflow-providers-apache-hive/stable/_api/airflow/providers/apache/hive/sensors/metastore_partition/index.html#module-airflow.providers.apache.hive.sensors.metastore_partition) or just for reading from Delta Lake directly. ### Use case/motivation _No response_ ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
