# Neptune + Airflow integration
Experiment tracking for Airflow DAG runs.
## Installation
```
pip install -U neptune-airflow
```
## Example
```python
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](https://docs.neptune.ai/integrations/airflow/) in the Neptune documentation.
## Support
If you got stuck or simply want to talk to us, here are your options:
* Check our [FAQ page](https://docs.neptune.ai/getting_help).
* 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](mailto:support@neptune.ai).
Raw data
{
"_id": null,
"home_page": "https://neptune.ai/",
"name": "neptune-airflow",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7,<4.0",
"maintainer_email": "",
"keywords": "MLOps,ML Experiment Tracking,ML Model Registry,ML Model Store,ML Metadata Store",
"author": "neptune.ai",
"author_email": "contact@neptune.ai",
"download_url": "https://files.pythonhosted.org/packages/ff/33/990ad477bed67f8e520048f330d8f8965dcff9b82a8772966b876475787d/neptune_airflow-1.0.1.tar.gz",
"platform": null,
"description": "# Neptune + Airflow integration\n\nExperiment tracking for Airflow DAG runs.\n\n## Installation\n\n```\npip install -U neptune-airflow\n```\n\n## Example\n\n```python\nfrom neptune_airflow import NeptuneLogger\n\nwith DAG(\n ...\n) as dag:\n def task(**context):\n neptune_logger = NeptuneLogger()\n```\n\nFor more instructions and examples, see the [Airflow integration guide](https://docs.neptune.ai/integrations/airflow/) in the Neptune documentation.\n\n## Support\n\nIf you got stuck or simply want to talk to us, here are your options:\n\n* Check our [FAQ page](https://docs.neptune.ai/getting_help).\n* You can submit bug reports, feature requests, or contributions directly to the repository.\n* 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).\n* You can just shoot us an email at [support@neptune.ai](mailto:support@neptune.ai).\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Neptune.ai airflow integration library",
"version": "1.0.1",
"project_urls": {
"Documentation": "https://docs.neptune.ai/integrations-and-supported-tools/model-training/airflow",
"Homepage": "https://neptune.ai/",
"Repository": "https://github.com/neptune-ai/neptune-airflow",
"Tracker": "https://github.com/neptune-ai/neptune-airflow/issues"
},
"split_keywords": [
"mlops",
"ml experiment tracking",
"ml model registry",
"ml model store",
"ml metadata store"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "986e82f7ae417cf95ce019263e56f86a6b461d291906e6963445a601ca54e3c7",
"md5": "083b5f498153021b4b097f4170f2a467",
"sha256": "cc19c7034091b8da1c63558b3f5c99ad44f4de9af5ed31be953531191138976f"
},
"downloads": -1,
"filename": "neptune_airflow-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "083b5f498153021b4b097f4170f2a467",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7,<4.0",
"size": 10328,
"upload_time": "2024-02-29T12:30:07",
"upload_time_iso_8601": "2024-02-29T12:30:07.706609Z",
"url": "https://files.pythonhosted.org/packages/98/6e/82f7ae417cf95ce019263e56f86a6b461d291906e6963445a601ca54e3c7/neptune_airflow-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ff33990ad477bed67f8e520048f330d8f8965dcff9b82a8772966b876475787d",
"md5": "a8f38b1ec3f17183dd7ead8f0d54cc94",
"sha256": "0f9ae0bb72fd995ab68211dea845c83d30e223616b418304e82952fa039f32be"
},
"downloads": -1,
"filename": "neptune_airflow-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "a8f38b1ec3f17183dd7ead8f0d54cc94",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7,<4.0",
"size": 8877,
"upload_time": "2024-02-29T12:30:09",
"upload_time_iso_8601": "2024-02-29T12:30:09.588740Z",
"url": "https://files.pythonhosted.org/packages/ff/33/990ad477bed67f8e520048f330d8f8965dcff9b82a8772966b876475787d/neptune_airflow-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-29 12:30:09",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "neptune-ai",
"github_project": "neptune-airflow",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "neptune-airflow"
}