Closed lewish closed 5 years ago
The threads property of the Profile profile can't be overridden in dataform.co, and currently defaults to 16 for BigQuery: https://github.com/dataform-co/dataform/blob/master/api/dbadapters/bigquery.ts#L23
threads
Profile
We should allow overriding this setting in the Database settings page, and probably set a sensible range, something like 1-32: https://github.com/dataform-co/dataform-co/blob/master/ts/app/database/index.tsx
Moved from dataform-co/dataform-co#187 /cc @lewish
@tanguyco for updates
We plan to support users to understand the critical runtime path of their pipelines in order to help them optimise runtime; this issue will be reopened at that time.
The
threads
property of theProfile
profile can't be overridden in dataform.co, and currently defaults to 16 for BigQuery: https://github.com/dataform-co/dataform/blob/master/api/dbadapters/bigquery.ts#L23We should allow overriding this setting in the Database settings page, and probably set a sensible range, something like 1-32: https://github.com/dataform-co/dataform-co/blob/master/ts/app/database/index.tsx
Moved from dataform-co/dataform-co#187 /cc @lewish