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
File details
Details for the file airflow-provider-graphgrid-2.0.3.tar.gz
.
File metadata
- Download URL: airflow-provider-graphgrid-2.0.3.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a69a7c1ffbff94fa5aab98f9fce82465054bc0f5de9d8b66d11aed0bc0f20330 |
|
MD5 | c786885dff182bcdb0d66a8e23abcc1c |
|
BLAKE2b-256 | 20a6ba8dc57a939f03405f18df9ef74e284bc01637cae4abe9f0e2d9910d001f |
File details
Details for the file airflow_provider_graphgrid-2.0.3-py3-none-any.whl
.
File metadata
- Download URL: airflow_provider_graphgrid-2.0.3-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0e0e3e991ecbe6fcdb204c4ba557e235fe5ba636ed88b1b95a422f3f7397c29c |
|
MD5 | 37f6dfa93dced3b34b8ca18f7b2ea274 |
|
BLAKE2b-256 | 198aedae8d725de5793cdb7e9e0f1b4523ff24d5884360395f8e34b6ae0fca66 |