DbtCloudListJobsOperator

dbt Cloud

List jobs in a dbt Cloud project.

View on GitHub

Last Updated: Jan. 23, 2023

Access Instructions

Install the dbt Cloud provider package into your Airflow environment.

Import the module into your DAG file and instantiate it with your desired params.

Parameters

account_idOptional. If an account ID is not provided explicitly, the account ID from the dbt Cloud connection will be used.
order_byOptional. Field to order the result by. Use ‘-’ to indicate reverse order. For example, to use reverse order by the run ID use order_by=-id.
project_idOptional. The ID of a dbt Cloud project.

Documentation

List jobs in a dbt Cloud project.

See also

For more information on how to use this operator, take a look at the guide: List jobs

Retrieves metadata for all jobs tied to a specified dbt Cloud account. If a project_id is supplied, only jobs pertaining to this project id will be retrieved.

Was this page helpful?