1fanwang commented on issue #72902: URL: https://github.com/apache/airflow/issues/72902#issuecomment-5623924079
Tested my changes working for on Python 3.12.14 and Airflow 3.3.1 on apache-airflow-providers-apache-iceberg==2.1.1rc1 : https://github.com/apache/airflow/pull/72312 correctly supersedes https://github.com/apache/airflow/pull/72173. Using a real AssetStateStoreAccessors and a real local Iceberg catalog and table, a restarted watcher at the stored snapshot emitted nothing. After a new snapshot, it emitted once and persisted the new watermark. The Airflow 3.3.1 accessor has no aget , and the RC did not call it. -- 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]
