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
Built Distribution
Close
Hashes for airflow-provider-graphgrid-2.0.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | a69a7c1ffbff94fa5aab98f9fce82465054bc0f5de9d8b66d11aed0bc0f20330 |
|
MD5 | c786885dff182bcdb0d66a8e23abcc1c |
|
BLAKE2b-256 | 20a6ba8dc57a939f03405f18df9ef74e284bc01637cae4abe9f0e2d9910d001f |
Close
Hashes for airflow_provider_graphgrid-2.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e0e3e991ecbe6fcdb204c4ba557e235fe5ba636ed88b1b95a422f3f7397c29c |
|
MD5 | 37f6dfa93dced3b34b8ca18f7b2ea274 |
|
BLAKE2b-256 | 198aedae8d725de5793cdb7e9e0f1b4523ff24d5884360395f8e34b6ae0fca66 |