Skip to main content

GraphGrid Provider Package

Project description

The airflow-provider-graphgrid package includes Operators and functionality in order to better streamline Airflow workflows within GraphGrid CDP.

Airflow DAGs can leverage the GraphGridDockerOperator and GraphGridMount via

from graphgrid_provider.operators.graphgrid_docker import \
    GraphGridDockerOperator, GraphGridMount

and use them as if they were a normal DockerOperator

t_0 = GraphGridDockerOperator(task_id='task_0',
                              dag=dag,
                              mounts=[GraphGridMount(target="/some_path",
                                                     source="/some_other_path",
                                                     type="bind")],
                              image="some-image",
                              auto_remove=True,
                              )

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

airflow-provider-graphgrid-2.0.3.tar.gz (4.3 kB view details)

Uploaded Source

Built Distribution

File details

Details for the file airflow-provider-graphgrid-2.0.3.tar.gz.

File metadata

File hashes

Hashes for airflow-provider-graphgrid-2.0.3.tar.gz
Algorithm Hash digest
SHA256 a69a7c1ffbff94fa5aab98f9fce82465054bc0f5de9d8b66d11aed0bc0f20330
MD5 c786885dff182bcdb0d66a8e23abcc1c
BLAKE2b-256 20a6ba8dc57a939f03405f18df9ef74e284bc01637cae4abe9f0e2d9910d001f

See more details on using hashes here.

File details

Details for the file airflow_provider_graphgrid-2.0.3-py3-none-any.whl.

File metadata

File hashes

Hashes for airflow_provider_graphgrid-2.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 0e0e3e991ecbe6fcdb204c4ba557e235fe5ba636ed88b1b95a422f3f7397c29c
MD5 37f6dfa93dced3b34b8ca18f7b2ea274
BLAKE2b-256 198aedae8d725de5793cdb7e9e0f1b4523ff24d5884360395f8e34b6ae0fca66

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page