DataprepGetJobGroupOperator
GoogleGet the specified job group. A job group is a job that is executed from a specific node in a flow. API documentation https://clouddataprep.com/documentation/api#section/Overview
Access Instructions
Install the Google provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
job_group_idRequiredThe ID of the job group that will be requests
embedRequiredComma-separated list of objects to pull in as part of the response
include_deletedRequiredif set to “true”, will include deleted objects
Documentation
Get the specified job group. A job group is a job that is executed from a specific node in a flow. API documentation https://clouddataprep.com/documentation/api#section/Overview
See also
For more information on how to use this operator, take a look at the guide: Get Job Group