dbnd-airflow-auto-tracking


Namedbnd-airflow-auto-tracking JSON
Version 1.0.23.1 PyPI version JSON
download
home_pagehttps://github.com/databand-ai/dbnd
SummaryMachine Learning Orchestration
upload_time2024-05-16 10:38:28
maintainerEvgeny Shulman
docs_urlNone
authorEvgeny Shulman
requires_pythonNone
licenseNone
keywords orchestration data machinelearning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DBND Airflow Auto Tracking

## The plugin

`dbnd-airflow-auto-tracking` is a plugin for Airflow, enabling dbnd tracking to all DAGs and tasks without any code changes.

### What does it do?

The plugin will go over tasks and modify them if needed.
It uses Airflow's policy mechanism by adding dbnd tracking to policy function.
If the user had already defined its own policy function it will be executed in addition to dbnd tracking.

### Installation

```bash
pip install dbnd-airflow-auto-tracking
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/databand-ai/dbnd",
    "name": "dbnd-airflow-auto-tracking",
    "maintainer": "Evgeny Shulman",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "evgeny.shulman@databand.ai",
    "keywords": "orchestration, data, machinelearning",
    "author": "Evgeny Shulman",
    "author_email": "evgeny.shulman@databand.ai",
    "download_url": "https://files.pythonhosted.org/packages/09/f8/6377ee263b7dac7bfc600b781f80304d0d4765c05d2eb2d1b669006687f4/dbnd-airflow-auto-tracking-1.0.23.1.tar.gz",
    "platform": "any",
    "description": "# DBND Airflow Auto Tracking\n\n## The plugin\n\n`dbnd-airflow-auto-tracking` is a plugin for Airflow, enabling dbnd tracking to all DAGs and tasks without any code changes.\n\n### What does it do?\n\nThe plugin will go over tasks and modify them if needed.\nIt uses Airflow's policy mechanism by adding dbnd tracking to policy function.\nIf the user had already defined its own policy function it will be executed in addition to dbnd tracking.\n\n### Installation\n\n```bash\npip install dbnd-airflow-auto-tracking\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Machine Learning Orchestration",
    "version": "1.0.23.1",
    "project_urls": {
        "Bug-Tracker": "https://github.com/databand-ai/dbnd/issues",
        "Documentation": "https://dbnd.readme.io/",
        "Homepage": "https://github.com/databand-ai/dbnd",
        "Source-Code": "https://github.com/databand-ai/dbnd"
    },
    "split_keywords": [
        "orchestration",
        " data",
        " machinelearning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b59337328aebbe1ecf2a7deea18c5cc9694b9963db88bd9c776a3b78a1024a5",
                "md5": "f44026aca18e255a620c7a065fc2e67b",
                "sha256": "f50d808c814263e0153df1c2e3eb50f498ba5328477ebeeb5529a1fdecc7024e"
            },
            "downloads": -1,
            "filename": "dbnd_airflow_auto_tracking-1.0.23.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f44026aca18e255a620c7a065fc2e67b",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 7101,
            "upload_time": "2024-05-16T10:36:57",
            "upload_time_iso_8601": "2024-05-16T10:36:57.596902Z",
            "url": "https://files.pythonhosted.org/packages/3b/59/337328aebbe1ecf2a7deea18c5cc9694b9963db88bd9c776a3b78a1024a5/dbnd_airflow_auto_tracking-1.0.23.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09f86377ee263b7dac7bfc600b781f80304d0d4765c05d2eb2d1b669006687f4",
                "md5": "25edd49dbaa1da8241ce29583512fd29",
                "sha256": "9467ff53ab370f633dc30b203968d683d6fe5b03fba3301ab9647b7601b433c7"
            },
            "downloads": -1,
            "filename": "dbnd-airflow-auto-tracking-1.0.23.1.tar.gz",
            "has_sig": false,
            "md5_digest": "25edd49dbaa1da8241ce29583512fd29",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7034,
            "upload_time": "2024-05-16T10:38:28",
            "upload_time_iso_8601": "2024-05-16T10:38:28.834848Z",
            "url": "https://files.pythonhosted.org/packages/09/f8/6377ee263b7dac7bfc600b781f80304d0d4765c05d2eb2d1b669006687f4/dbnd-airflow-auto-tracking-1.0.23.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-16 10:38:28",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "databand-ai",
    "github_project": "dbnd",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "tox": true,
    "lcname": "dbnd-airflow-auto-tracking"
}
        
Elapsed time: 0.26963s