pub async fn record_dbt_run_progress(
configuration: &Configuration,
workspace: &str,
record_dbt_run_progress_request_inner: Vec<RecordDbtRunProgressRequestInner>,
) -> Result<(), Error<RecordDbtRunProgressError>>Expand description
Job-scoped: needs a job token, and the job is taken from the token rather than the body. For workers with no database access.