Marvin
02/07/2024, 2:30 PMtrigger_dbt_cloud_job_run
method and the options
parameter. This might mean that the question is quite specific, or perhaps that the method is not widely discussed in the context of issues.
However, I can infer that trigger_dbt_cloud_job_run
is likely a method designed to initiate a job run in DBT Cloud. The options
parameter generally would allow you to pass extra configurations or parameters specific to the job you're triggering.
For accurate information regarding the available options for the options
parameter, I would recommend consulting the dbt Cloud API documentation or any reference materials provided by dbt-labs. If the API is not documented there, sometimes checking the source code or reaching out to the dbt community via dbt's Slack channels or forums can be helpful.
Keep in mind that DBT Cloud's API might evolve, and the parameters can change; always ensure you're referring to the most up-to-date documentation or source code.