It seems that there isn't a direct issue available...
# ask-marvin
m
It seems that there isn't a direct issue available in the dbt-labs/dbt-core GitHub repository that specifically mentions the
trigger_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.