You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Passing --settings-threads 4 to dbt-cloud job create results in a job with 1 thread (default). Nested pydantic args are not properly translated from click options and therefore the thread value does not get passed to the pydantic model. This affects all nested arguments in dbt-cloud job create.
Passing
--settings-threads 4
todbt-cloud job create
results in a job with 1 thread (default). Nested pydantic args are not properly translated from click options and therefore the thread value does not get passed to the pydantic model. This affects all nested arguments indbt-cloud job create
.The text was updated successfully, but these errors were encountered: