DataHubOperationCircuitBreakerSensor
DataHubDataHub Operation Circuit Breaker Sensor.
Access Instructions
Install the DataHub provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
urnRequiredThe DataHub dataset unique identifier. (templated)
datahub_rest_conn_idThe REST datahub connection id to communicate with DataHub which is set as Airflow connection.
partitionThe partition to check the operation.
source_typeThe source type to filter on. If not set it will accept any source type. See valid values at: https://datahubproject.io/docs/graphql/enums#operationsourcetype
operation_typeThe operation type to filter on. If not set it will accept any source type. See valid values at: https://datahubproject.io/docs/graphql/enums/#operationtype
Documentation
DataHub Operation Circuit Breaker Sensor.