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
Copy file name to clipboardExpand all lines: overview/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,14 +53,14 @@ making it easier to connect with other parts of the system and third-party appli
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, [Julia](https://julialang.org/), [Python](https://www.python.org/about/),
56
+
in [SQL](https://en.wikipedia.org/wiki/SQL) (Snowflake, Redshift, 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
60
60
analyses and experimentation. Workspaces support collaborations and can be shared.
61
61
62
62
-**SQL workspaces** are accessible through the database provider's IDE or your preferred SQL IDE.
63
-
-**Python, R, or Julia workspaces** are available through Keboola's hosted and managed Jupyter Lab environment.
63
+
-**Python and R workspaces** are available through Keboola's hosted and managed JupyterLab environment.
64
64
65
65
### Applications
66
66
Unlike free-form transformations, [applications](/components/applications/) are **predefined blocks** that enable users to perform advanced tasks such as
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
278
273
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
279
-
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).
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).
0 commit comments