Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion integrate/jobs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Use the `forceRun` mode to run a configuration that is disabled. The `debug` can
### Job Runtime configuration
You may provide runtime settings for a job. Runtime settings do not affect what the job does, they affect how the job does it. The available runtime settings are:

- `backend.type` --- for Snowflake transformations this is the size of the [Snowflake warehouse](https://github.com/keboola/developers-docs/pull/380/changes) used for the job; otherwise it affects the [container size](https://help.keboola.com/transformations/python-plain/#dynamic-backends). Available values for backend type are `small`, `medium`, `large`.
- `backend.type` --- for Snowflake transformations this is the size of the [Snowflake warehouse](https://help.keboola.com/transformations/snowflake-plain/#dynamic-backends) used for the job; otherwise it affects the [container size](https://help.keboola.com/transformations/python-plain/#dynamic-backends). Available values for backend type are `small`, `medium`, `large`.
- `parallelism` --- runs [Configuration Rows](https://help.keboola.com/components/#configuration-rows) (if present in the configuration) in parallel. Allowed values are integer values and `infinity`, which runs all rows in parallel. When not specified, the rows are run sequentially.
- `tag` --- runs the component with a specific version of code. This is mostly used during component development, testing and debugging.

Expand Down
Loading