Skip to content

Commit

Permalink
Merge pull request #601 from pavel-synek/pavel-synek-patch-1
Browse files Browse the repository at this point in the history
Pavel synek patch 1
  • Loading branch information
pavel-synek authored Apr 13, 2024
2 parents 36b1cd3 + ef372cc commit 3bf69cd
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ to gather data from various sources. They can connect to APIs of external servic

This component acts as a middle layer that works with various [backend](/transformations/#backends) database systems like
[Snowflake](https://www.snowflake.com/), [Redshift](https://aws.amazon.com/redshift/), [BigQuery](https://cloud.google.com/bigquery/),
[Synapse](https://azure.microsoft.com/en-us/services/synapse-analytics/), and others. It provides a key Storage API for working with data,
[Synapse](https://azure.microsoft.com/en-us/services/synapse-analytics/), [and others](https://help.keboola.com/transformations/#backends). It provides a key Storage API for working with data,
making it easier to connect with other parts of the system and third-party applications.

### Transformations & Workspaces
Expand Down
11 changes: 8 additions & 3 deletions transformations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ New transformations are generally available on Azure-based [stacks](/overview/#s
<th colspan='2'>Feature</th><th>Legacy Transformations</th><th>New Transformations</th>
</tr>
<tr>
<th rowspan='12'>Backend</th>
<th rowspan='13'>Backend</th>
<th><a href='/transformations/julia/'>Julia Transformations</a></th>
<td>✓</td>
<td>Planned</td>
Expand All @@ -155,17 +155,22 @@ New transformations are generally available on Azure-based [stacks](/overview/#s
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<tr>
<th><a href='/transformations/snowflake-plain/'>Snowflake Transformations</a></th>
<td>✓</td>
<td>✓</td>
</tr>
<tr>
<th><a href='/transformations/bigquery/'>Google BigQuery</a></th>
<td>Not available</td>
<td>✓</td>
</tr>
<tr>
<th><a href='/transformations/snowflake-plain/'>Snowflake Transformations Query timeout</a></th>
<td>900s (configurable per project via Support)</td>
<td>7200s (configurable per transformation)</td>
</tr>
<tr>
<tr>
<th><a href='/transformations/snowflake-plain/#dynamic-backends'>Snowflake Transformations Dynamic Backend</a></th>
<td>Not available</td>
<td>✓</td>
Expand Down

0 comments on commit 3bf69cd

Please sign in to comment.