From ef9ae6735e9af8fc99e6f0cdfa289d4e98fc3abf Mon Sep 17 00:00:00 2001 From: soustruh Date: Wed, 3 Jun 2026 16:32:17 +0200 Subject: [PATCH] docs: fix broken Snowflake warehouse link --- integrate/jobs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrate/jobs/index.md b/integrate/jobs/index.md index bfcafcab..b01debde 100644 --- a/integrate/jobs/index.md +++ b/integrate/jobs/index.md @@ -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.