airflow-operators


Nameairflow-operators JSON
Version 0.12.1 PyPI version JSON
download
home_pageNone
SummaryCustom operators for Apache Airflow
upload_time2025-07-08 09:50:19
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/43/c9/e22e2361d38c5c1fbe133aaed4ddae152a5279fa4ed8d130de22ed013950/airflow_operators-0.12.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.12.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae0f371b2205e13639f87c459565c331d487dca0b9ebf97e85561c3f08b163a2",
                "md5": "4595dda6fa7c67dad76cf7b06110ea57",
                "sha256": "a5a9c75082acb5317071f201d7084dd2f3dd9cbe37a8cbf93ab25758058a7963"
            },
            "downloads": -1,
            "filename": "airflow_operators-0.12.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4595dda6fa7c67dad76cf7b06110ea57",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.10",
            "size": 8050,
            "upload_time": "2025-07-08T09:50:18",
            "upload_time_iso_8601": "2025-07-08T09:50:18.186141Z",
            "url": "https://files.pythonhosted.org/packages/ae/0f/371b2205e13639f87c459565c331d487dca0b9ebf97e85561c3f08b163a2/airflow_operators-0.12.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "43c9e22e2361d38c5c1fbe133aaed4ddae152a5279fa4ed8d130de22ed013950",
                "md5": "2054b21bf6963d57362eacf94ac689cf",
                "sha256": "d71972d64989f15f0bb6c8a9c9edeb0be86cb8c070378481d2e7e7ef3b06c3fe"
            },
            "downloads": -1,
            "filename": "airflow_operators-0.12.1.tar.gz",
            "has_sig": false,
            "md5_digest": "2054b21bf6963d57362eacf94ac689cf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 6245,
            "upload_time": "2025-07-08T09:50:19",
            "upload_time_iso_8601": "2025-07-08T09:50:19.655362Z",
            "url": "https://files.pythonhosted.org/packages/43/c9/e22e2361d38c5c1fbe133aaed4ddae152a5279fa4ed8d130de22ed013950/airflow_operators-0.12.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-08 09:50:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "airflow-operators"
}
        
Elapsed time: 1.17650s