Neptune + Airflow integration
Experiment tracking for Airflow DAG runs.
Installation
pip install -U neptune-airflow
Example
from neptune_airflow import NeptuneLogger
with DAG(
...
) as dag:
def task(**context):
neptune_logger = NeptuneLogger()
For more instructions and examples, see the Airflow integration guide in the Neptune documentation.
Support
If you got stuck or simply want to talk to us, here are your options:
- Check our FAQ page.
- You can submit bug reports, feature requests, or contributions directly to the repository.
- Chat! In the Neptune app, click the blue message icon in the bottom-right corner and send a message. A real person will talk to you ASAP (typically very ASAP).
- You can just shoot us an email at support@neptune.ai.
Release files for neptune-airflow 1.0.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| neptune_airflow-1.0.1.tar.gz | 8.9 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| neptune_airflow-1.0.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.2 kB
Release files / neptune_airflow-1.0.1.tar.gz
| Download URL | neptune_airflow-1.0.1.tar.gz |
|---|---|
| Size | 8.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0f9ae0bb72fd995ab68211dea845c83d30e223616b418304e82952fa039f32be
|
|
BLAKE2b-256 checksum How to use checksums |
ff33990ad477bed67f8e520048f330d8f8965dcff9b82a8772966b876475787d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|
Release files / neptune_airflow-1.0.1-py3-none-any.whl
| Download URL | neptune_airflow-1.0.1-py3-none-any.whl |
|---|---|
| Size | 10.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
cc19c7034091b8da1c63558b3f5c99ad44f4de9af5ed31be953531191138976f
|
|
BLAKE2b-256 checksum How to use checksums |
986e82f7ae417cf95ce019263e56f86a6b461d291906e6963445a601ca54e3c7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.9.18
|