In some instances, you can use your own Snowflake/BigQuery account to host data from Keboola. Currently, this option is only supported for the Snowflake and BigQuery backends.
For the integration to work, your Snowflake account must be accessible from a subset of our IP addresses.
Note: SCIM authentication (AAD, Okta) is not supported.
To access Keboola-managed data, you should use only the provided roles and avoid granting permissions on Keboola-managed resources.
If your project has the read-only input mapping feature enabled, then a role KEBOOLA_$PROJECTID_RO
is provided for each project.
This role grants read-only access to all the schemas and tables in the project. You can assign this role to any of your roles or users to allow access to the project’s storage.
To access data without granting roles in Snowflake, use the transformation workspaces feature. The user created for each workspace is automatically assigned the role mentioned above. This method is effective even if you do not use your own Snowflake account.
For dynamic backends, you must have one Snowflake warehouse for each backend size. The sizes of these warehouses (small, medium, and large in Keboola) are independent and can vary (XSmall, Small, and XLarge). Setting up the warehouses with an aggressive AUTO_SUSPEND value, possibly as low as 1 second, is recommended.
KEBOOLA_
(SAPI_
for https://connection.keboola.com
stack), unless explicitly approved by Keboola on a case-by-case basis.KEBOOLA_$PROJECTID
).
KEBOOLA_$PROJECTID_RO
.
Google Cloud Computing services, including BigQuery, have introduced several limitations on their services, impacting Keboola, especially for customers using their own BigQuery or Google Cloud Storage as storage backends. These limitations require careful management.
Some limits are flexible (soft limits) and may be adjusted based on your contract with Google.
When you reach 20 projects, a ticket must be submitted to Google Support. They will then decide whether to increase the project limit or deny the request.
Keboola generates one GCP project per Keboola project, plus one main project for oversight, allowing up to 19 Keboola projects (+1 for management).
Service accounts serve various purposes. Each project contains at least one service user.
Each project typically has at least one service user, limiting the number of workspaces/sandboxes to 99 at a time. Workspaces, essential for tasks like transformations in Keboola, are created and then deleted post-use, impacting the service account limit only during the transformation job runtime.
By default, you can have up to 100 service accounts per project to control resource access. You may request an increase in this quota if needed. For more information, see Create service accounts | IAM Documentation | Google Cloud.
Additional BigQuery backend limits can be found here: [Quotas and Limits | BigQuery | Google Cloud](https://cloud.google.com/bigquery/quotas#api_request_quotas) |