You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: remove references to Synapse and Redshift backends
Synapse and Redshift are no longer offered as transformation backends.
This removes their mentions from the overview, transformations, mappings,
tutorial, architecture guide, and project limits pages.
Writer/connector documentation for Synapse and Redshift is preserved
as those are external database targets, not Keboola backends.
Co-Authored-By: Jakub Kotek <jakub.kotek@keboola.com>
Copy file name to clipboardExpand all lines: overview/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Designed for data engineers, analysts, and scientists, Keboola **simplifies data
11
11
12
12
Key features of Keboola:
13
13
-**Data Integration:** Effortlessly extract data from various sources like databases, cloud services, and APIs. Load it seamlessly into destinations of your choice for comprehensive analysis.
14
-
-**Data Storage:** Use Keboola's robust data warehousing (Snowflake, BigQuery, Redshift, Synapse, etc.) for secure and accessible data storage.
14
+
-**Data Storage:** Use Keboola's robust data warehousing (Snowflake, BigQuery, etc.) for secure and accessible data storage.
15
15
-**Data Manipulation:** With our extensive toolset, clean, enrich, and transform your data using SQL, Python, R, and more directly within Keboola.
16
16
-**Automation:** Automate your data workflows end-to-end with Keboola's intuitive Flows, saving time and reducing manual errors.
17
17
@@ -23,7 +23,7 @@ Keboola supports various deployment models to suit your specific needs:
23
23
24
24
-**Fully Managed:** Let us handle everything for you.
25
25
-**Multi-Tenant:** Let us fully manage and maintain all resources.
26
-
-**Multi-Tenant with BYO Database:** Use your data storage (Snowflake, BigQuery, Redshift, Synapse, etc.) while we manage the rest.
26
+
-**Multi-Tenant with BYO Database:** Use your data storage (Snowflake, BigQuery, etc.) while we manage the rest.
27
27
-**Single-Tenant:** Deploy Keboola in your cloud environment (AWS, Azure, GCP) for maximum control and security.
28
28
29
29
## Keboola Architecture
@@ -47,13 +47,13 @@ to gather data from various sources. They can connect to APIs of external servic
47
47
-[Table Storage](https://help.keboola.com/storage/tables/), where all data tables are organized into buckets, further categorized into in and out stages.
48
48
49
49
This component acts as a middle layer that works with various [backend](/transformations/#backends) database systems like
[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,
[and others](https://help.keboola.com/transformations/#backends). It provides a key Storage API for working with data,
52
52
making it easier to connect with other parts of the system and third-party applications.
53
53
54
54
### Transformations & Workspaces
55
55
[Transformations](/transformations/) allow you to manipulate data in your project. They are the tasks you want to perform and enable you to write custom scripts
56
-
in [SQL](https://en.wikipedia.org/wiki/SQL) (Snowflake, Redshift, BigQuery, etc.), dbt, [Python](https://www.python.org/about/),
56
+
in [SQL](https://en.wikipedia.org/wiki/SQL) (Snowflake, BigQuery, etc.), dbt, [Python](https://www.python.org/about/),
57
57
and [R](https://www.r-project.org/about.html).
58
58
59
59
All transformations operate on a copy of Storage data in an isolated environment — a [workspace](/workspace/), guaranteeing safety for your
[Microsoft Synapse](https://azure.microsoft.com/en-us/services/synapse-analytics/) on Azure Stack),
70
-
[BigQuery](https://cloud.google.com/bigquery),
68
+
[BigQuery](https://cloud.google.com/bigquery)),
71
69
or a language interpreter
72
70
([Python](https://www.python.org/about/),
73
71
[R](https://www.r-project.org/about.html)).
@@ -100,9 +98,8 @@ and play with your arbitrary transformation scripts on copies of your tables
100
98
without affecting data in your Storage or your transformations. You can convert a workspace to a transformation
101
99
and vice versa.
102
100
103
-
For Redshift and Synapse, you'll get a separate database
104
-
to which the data from input mapping can be loaded. You'll obtain database credentials, which you can
105
-
use with a database client of your choice. You can do the same for Snowflake. In addition, we provide access
101
+
You'll obtain database credentials, which you can
102
+
use with a database client of your choice for Snowflake. In addition, we provide access
106
103
to the [Snowflake web interface](https://docs.snowflake.com/en/user-guide/ui-snowsight-gs). Therefore, you can
107
104
develop transformations without downloading and installing a database client.
108
105
@@ -271,4 +268,4 @@ When triggered
271
268
272
269
With the [read-only input mapping](/transformations/mappings/#read-only-input-mapping) feature, you can access all buckets (your own or linked) in transformations. Your transformation user
273
270
has read-only access to buckets (and their tables), so you can access such data. So, there is no need to specify standard input mapping
274
-
for your transformations. The name of the backend object (database, schema, etc.) depends on the backend you use, and it contains the bucket ID (not the bucket name).
271
+
for your transformations. The name of the backend object (database, schema, etc.) depends on the backend you use, and it contains the bucket ID (not the bucket name).
0 commit comments