dag-craft


Namedag-craft JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/MurilloSSJ/airflow-dag-factory
SummaryDag Factory para o Airflow
upload_time2024-08-29 00:23:58
maintainerNone
docs_urlNone
authorMurillo Jacob
requires_pythonNone
licenseMIT License
keywords airflow dag factory
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Package Description

This package is designed to provide a streamlined and efficient way to create and manage Airflow DAGs using the concept of a DAG factory. With the Airflow DAG Factory, you can easily define and configure your DAGs in a modular and reusable manner, reducing duplication and improving maintainability. Whether you are a beginner or an experienced Airflow user, this package will help you accelerate your DAG development process and enhance your workflow automation capabilities.

Key Features:
- Modular DAG definition using Python classes
- Automatic generation of DAGs based on dict tasks
- Support for dynamic DAG creation based on templates
- Seamless integration with Airflow's scheduling and execution framework

Get started with the Airflow DAG Factory today and experience the power of efficient and scalable DAG management in your Airflow workflows.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/MurilloSSJ/airflow-dag-factory",
    "name": "dag-craft",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "Airflow, DAG, Factory",
    "author": "Murillo Jacob",
    "author_email": "murillostore@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/32/c5/644acc1e6d31b2ac5d146e6767f30dd7e6d053fdb17fbcf37f2c34a02f37/dag-craft-0.0.3.tar.gz",
    "platform": null,
    "description": "# Package Description\n\nThis package is designed to provide a streamlined and efficient way to create and manage Airflow DAGs using the concept of a DAG factory. With the Airflow DAG Factory, you can easily define and configure your DAGs in a modular and reusable manner, reducing duplication and improving maintainability. Whether you are a beginner or an experienced Airflow user, this package will help you accelerate your DAG development process and enhance your workflow automation capabilities.\n\nKey Features:\n- Modular DAG definition using Python classes\n- Automatic generation of DAGs based on dict tasks\n- Support for dynamic DAG creation based on templates\n- Seamless integration with Airflow's scheduling and execution framework\n\nGet started with the Airflow DAG Factory today and experience the power of efficient and scalable DAG management in your Airflow workflows.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Dag Factory para o Airflow",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/MurilloSSJ/airflow-dag-factory"
    },
    "split_keywords": [
        "airflow",
        " dag",
        " factory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "32c5644acc1e6d31b2ac5d146e6767f30dd7e6d053fdb17fbcf37f2c34a02f37",
                "md5": "fe3b1c399650e24e6f16df7da460764f",
                "sha256": "89775e72f8fb9aeff8460fb08252767a5defdb02275853679411ac1a4bcdaa13"
            },
            "downloads": -1,
            "filename": "dag-craft-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "fe3b1c399650e24e6f16df7da460764f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3030,
            "upload_time": "2024-08-29T00:23:58",
            "upload_time_iso_8601": "2024-08-29T00:23:58.939961Z",
            "url": "https://files.pythonhosted.org/packages/32/c5/644acc1e6d31b2ac5d146e6767f30dd7e6d053fdb17fbcf37f2c34a02f37/dag-craft-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-29 00:23:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "MurilloSSJ",
    "github_project": "airflow-dag-factory",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "dag-craft"
}
        
Elapsed time: 0.66869s