apache-airflow-providers-edge
Changelog¶
0.9.6pre0¶
Misc¶
Replace null value in log file chunk with question mark to fix exception by pushing log into DB.
0.9.5pre0¶
Misc¶
Revert removal of Pydantic model support from PR 44552 to restore compatibility with Airflow 2.10.
0.9.4pre0¶
Misc¶
Fix to keep edge executor and edge job table in sync. Important in multi scheduler deployments.
0.9.2pre0¶
Misc¶
Fix check edge worker api call authentication with different base url. Authentication failed when Airflow is not installed in webserver root.
0.7.0pre0¶
Misc¶
Edge worker supports concurrency slots feature so that jobs which need more concurrency blocking other jobs beeing executed on the same worker in parallel.
0.5.4pre0¶
Misc¶
Fix SIGINT handling of child processes. Ensure graceful shutdown when SIGINT in received (not killing working tasks).
Fix SIGTERM handling of child processes. Ensure all childs are terminated on SIGTERM.
0.5.0pre0¶
Misc¶
Edge worker triggers graceful shutdown, if worker version and main instance do not match.
0.4.0pre0¶
Misc¶
Edge Worker uploads log file in chunks. Chunk size can be defined by push_log_chunk_size value in config.
0.1.0pre0¶
0.1.0¶
This is an experimental feature.
Initial version of the provider.
Note
This provider is currently experimental