Apache Airflow provider for AI-Lake Format — hook, operators, and snapshot sensor
Project description
apache-airflow-providers-ailake
Apache Airflow provider for AI-Lake Format — an Iceberg-compatible file format that unifies tabular data, embeddings, and HNSW vector indexes in a single Parquet file.
Installation
pip install apache-airflow-providers-ailake
Components
Hook
AilakeHook — connects to an AI-Lake table on object storage (S3/GCS/Azure).
from airflow_providers_ailake.hooks.ailake import AilakeHook
hook = AilakeHook(conn_id="ailake_default")
Operators
AilakeWriteOperator — writes a batch of rows (with embeddings) to an AI-Lake table.
AilakeSearchOperator — runs a vector similarity search and pushes results to XCom.
Sensor
AilakeSnapshotSensor — waits until a new Iceberg snapshot appears on the table (useful for triggering downstream DAGs after a write).
Requirements
- Apache Airflow >= 2.6
- Python >= 3.9
- AI-Lake SDK (
ailakePython package) installed in the Airflow worker environment
Links
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file apache_airflow_providers_ailake-0.0.10.tar.gz.
File metadata
- Download URL: apache_airflow_providers_ailake-0.0.10.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2599248ec22816499862bc9162ab988b78eddbe427cb4adb277692ce62f94726
|
|
| MD5 |
c7499bba0441616e27f83e9696e7c1f2
|
|
| BLAKE2b-256 |
121e884c67f3ab7ff7a0228ce1d75287246beb944a21316ad2271833a7ded287
|
File details
Details for the file apache_airflow_providers_ailake-0.0.10-py3-none-any.whl.
File metadata
- Download URL: apache_airflow_providers_ailake-0.0.10-py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.25
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a41b18cc026509e8882056e69d09d8709b0a4e30a0b310e185b692d95c66ba2
|
|
| MD5 |
000038607d3408c7222aab0aff98b317
|
|
| BLAKE2b-256 |
3edb251e3724f639b97d55a465c9825301545ef28acb808dd6dce0530f59e041
|