LookerStartPdtBuildOperator
GoogleSubmits a PDT materialization job to Looker.
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
looker_conn_idRequired. The connection ID to use connecting to Looker.
modelRequired. The model of the PDT to start building.
viewRequired. The view of the PDT to start building.
query_paramsOptional. Additional materialization parameters.
asynchronousOptional. Flag indicating whether to wait for the job to finish or return immediately. This is useful for submitting long running jobs and waiting on them asynchronously using the LookerCheckPdtBuildSensor
cancel_on_killOptional. Flag which indicates whether cancel the hook’s job or not, when on_kill is called.
wait_timeOptional. Number of seconds between checks for job to be ready. Used only if asynchronous is False.
wait_timeoutOptional. How many seconds wait for job to be ready. Used only if asynchronous is False.
Documentation
Submits a PDT materialization job to Looker.