Metadata-Version: 2.4
Name: airflow_provider_datarobot_early_access
Version: 1.0.2.2025.7.22
Summary: This client library is designed to integrate Airflow with the DataRobot API.
Home-page: https://datarobot.com
Author: datarobot
Author-email: api-maintainer@datarobot.com
Maintainer: datarobot
Maintainer-email: api-maintainer@datarobot.com
License: DataRobot Tool and Utility Agreement
Project-URL: Documentation, https://datarobot-datarobot-airflow-provider.readthedocs-hosted.com/en/latest/
Project-URL: Changelog, https://github.com/datarobot/airflow-provider-datarobot/blob/main/CHANGES.md
Project-URL: Bug Tracker, https://github.com/datarobot/airflow-provider-datarobot/issues
Project-URL: Source Code, https://github.com/datarobot/airflow-provider-datarobot
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: apache-airflow<3.0,>=2.6.0
Requires-Dist: datarobot-early-access
Provides-Extra: dev
Requires-Dist: pre-commit>=4.0.1; extra == "dev"
Requires-Dist: ruff>=0.9.2; extra == "dev"
Requires-Dist: mypy>=0.931; extra == "dev"
Requires-Dist: pytest>=7.0.0; extra == "dev"
Requires-Dist: pytest-mock>=3.7.0; extra == "dev"
Requires-Dist: pytest-helpers-namespace>=2021.12.29; extra == "dev"
Requires-Dist: numpydoc<1.8.0,>=1.7.0; extra == "dev"
Requires-Dist: black==24.10.0; extra == "dev"
Requires-Dist: pyyaml>=6.0.2; extra == "dev"
Requires-Dist: types-PyYAML>=6.0.12; extra == "dev"
Requires-Dist: freezegun>=1.5.1; extra == "dev"
Provides-Extra: docs
Requires-Dist: Sphinx==8.1.3; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=3.0; extra == "docs"
Requires-Dist: sphinx-autodoc-typehints>=2; extra == "docs"
Requires-Dist: pyenchant==3.2.2; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: sphinx-markdown-builder; extra == "docs"
Requires-Dist: myst-parser==4.0.0; extra == "docs"
Requires-Dist: numpydoc<1.8.0,>=1.7.0; extra == "docs"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


About airflow_provider_datarobot_early_access
=============================================
![package](https://img.shields.io/pypi/v/airflow_provider_datarobot_early_access.svg)
![versions](https://img.shields.io/pypi/pyversions/airflow_provider_datarobot_early_access.svg)
![status](https://img.shields.io/pypi/status/airflow_provider_datarobot_early_access.svg)

This package provides operators, sensors, and a hook to integrate [DataRobot](https://www.datarobot.com)
into Apache Airflow. This package is the "early access" version of the client. **Do NOT use this package in production--you will expose yourself to risk of breaking changes and bugs.** For the most stable version, see https://pypi.org/project/airflow-provider-datarobot/.

This package is released under the terms of the DataRobot Tool and Utility Agreement, which
can be found on our [Legal](https://www.datarobot.com/legal/) page, along with our privacy policy and more.

Installation
=========================
You must have a datarobot account.

```
$ pip install airflow-provider-datarobot-early-access
```

Bug Reporting and Q&A
=========================
To report issues or ask questions, send email to [the team](mailto:api-maintainer@datarobot.com).
