airflow-operators


Nameairflow-operators JSON
Version 0.1.4 PyPI version JSON
download
home_pageNone
SummaryCustom operators for Apache Airflow
upload_time2024-11-20 10:51:45
maintainerNone
docs_urlNone
authorAnonymous
requires_python>=3.9
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.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Anonymous",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/16/4a/e7bfc0d7dde5bd33461ba03848c18b9c839a2fb802c4e61a3f4685f9875e/airflow_operators-0.1.4.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.1.4",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ddae9bca612f144613ab541b9f1eaa33be2bf17861181fdd67883b1ab0b9c64",
                "md5": "63d6b6a9d52e921ae9fbe31ab705aa85",
                "sha256": "d6ce1c84efbb046303dab0570162333f19a9f4fec30cd936c914bf20a1e65913"
            },
            "downloads": -1,
            "filename": "airflow_operators-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "63d6b6a9d52e921ae9fbe31ab705aa85",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 3120,
            "upload_time": "2024-11-20T10:51:43",
            "upload_time_iso_8601": "2024-11-20T10:51:43.675958Z",
            "url": "https://files.pythonhosted.org/packages/6d/da/e9bca612f144613ab541b9f1eaa33be2bf17861181fdd67883b1ab0b9c64/airflow_operators-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "164ae7bfc0d7dde5bd33461ba03848c18b9c839a2fb802c4e61a3f4685f9875e",
                "md5": "feb0780971234bd8df1f3b70b7204d71",
                "sha256": "5c75386f869301cdae52c44699b7e3d842150d2ee3e8fd73b5869854f8fba8dc"
            },
            "downloads": -1,
            "filename": "airflow_operators-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "feb0780971234bd8df1f3b70b7204d71",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 2358,
            "upload_time": "2024-11-20T10:51:45",
            "upload_time_iso_8601": "2024-11-20T10:51:45.352758Z",
            "url": "https://files.pythonhosted.org/packages/16/4a/e7bfc0d7dde5bd33461ba03848c18b9c839a2fb802c4e61a3f4685f9875e/airflow_operators-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-20 10:51:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "airflow-operators"
}
        
Elapsed time: 0.40553s