ale
04/26/2022, 9:55 AMprefect-dbtcloud
collection is coming soon 🔥Anna Geller
04/26/2022, 11:20 AMale
04/26/2022, 11:23 AMAnna Geller
04/26/2022, 11:38 AMfrom prefect import flow
from prefect_dbtcloud.tasks import run_job
@flow
def trigger_dbt_cloud_job_run():
run_job(
cause="<the motivation to run the job>",
account_id="<your dbt Cloud Account ID>",
job_id="<the identifier of the job to run>",
token="<your dbt Cloud API token>",
wait_for_job_run_completion=True,
)
trigger_dbt_cloud_job_run()
dict
here?ale
04/26/2022, 1:19 PMDict
indeed.
I guess mkdocs
is confused because there are external links which contains :