airflow-operators


Nameairflow-operators JSON
Version 0.13.1 PyPI version JSON
download
home_pageNone
SummaryCustom operators for Apache Airflow
upload_time2025-07-11 13:36:40
maintainerNone
docs_urlNone
authorAnonymous
requires_python<3.13,>=3.10
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # airflow-operators

Custom operators for Apache Airflow

## Installation

> It is assumed that `Apache Airflow` is installed. It is not added to the dependencies for some reason.

> The `mysqlclient` dependency is used. If it is not installed, there may be errors during installation. 
> Install it explicitly using the [documentation](https://pypi.org/project/mysqlclient/).

## List of operators

### Kafka

- CustomConsumeFromTopicOperator
- ConsumeMessageDataOperator

### SQLAlchemy

- SQLAlchemySessionOperator
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "airflow-operators",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Anonymous",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ef/76/2e9bd566d8a4a1a6e5655cb6a15d7855460d16d71586d2eb58c0c092fdd7/airflow_operators-0.13.1.tar.gz",
    "platform": null,
    "description": "# airflow-operators\n\nCustom operators for Apache Airflow\n\n## Installation\n\n> It is assumed that `Apache Airflow` is installed. It is not added to the dependencies for some reason.\n\n> The `mysqlclient` dependency is used. If it is not installed, there may be errors during installation. \n> Install it explicitly using the [documentation](https://pypi.org/project/mysqlclient/).\n\n## List of operators\n\n### Kafka\n\n- CustomConsumeFromTopicOperator\n- ConsumeMessageDataOperator\n\n### SQLAlchemy\n\n- SQLAlchemySessionOperator",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Custom operators for Apache Airflow",
    "version": "0.13.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0abac04865abebbc9b4716af05a3b19f01006db3b3b09b9888784fb08c1e535a",
                "md5": "34921c87ae48e31bc400b8bd613f1976",
                "sha256": "35a3192c8935e9b126ad3ffbec62dd12cba52bb60e9184a5ee71b44becd36e76"
            },
            "downloads": -1,
            "filename": "airflow_operators-0.13.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "34921c87ae48e31bc400b8bd613f1976",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 8644,
            "upload_time": "2025-07-11T13:36:39",
            "upload_time_iso_8601": "2025-07-11T13:36:39.424729Z",
            "url": "https://files.pythonhosted.org/packages/0a/ba/c04865abebbc9b4716af05a3b19f01006db3b3b09b9888784fb08c1e535a/airflow_operators-0.13.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ef762e9bd566d8a4a1a6e5655cb6a15d7855460d16d71586d2eb58c0c092fdd7",
                "md5": "d7ab37bdb5a723415f12a0497cc0d8d1",
                "sha256": "f4df236da26909bd91566a079990e0609fc67c1c4c59648b8991c1a5691e21f6"
            },
            "downloads": -1,
            "filename": "airflow_operators-0.13.1.tar.gz",
            "has_sig": false,
            "md5_digest": "d7ab37bdb5a723415f12a0497cc0d8d1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 6582,
            "upload_time": "2025-07-11T13:36:40",
            "upload_time_iso_8601": "2025-07-11T13:36:40.445484Z",
            "url": "https://files.pythonhosted.org/packages/ef/76/2e9bd566d8a4a1a6e5655cb6a15d7855460d16d71586d2eb58c0c092fdd7/airflow_operators-0.13.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-11 13:36:40",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "airflow-operators"
}
        
Elapsed time: 0.62182s