Skip to content

Commit f29283a

Browse files
authored
Merge pull request #904 from keboola/devin/AJDA-2544-1775068701
docs: rename 'Data Apps' to 'Apps' throughout documentation [AJDA-2544]
2 parents 5fa1c8b + ce10413 commit f29283a

26 files changed

Lines changed: 257 additions & 257 deletions

File tree

_data/navigation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,12 @@ items:
168168
title: UA and GA4 Comparison
169169

170170
- url: /data-apps/
171-
title: Data Apps
171+
title: Apps
172172
items:
173173
- url: /data-apps/streamlit/
174-
title: Streamlit Data Apps
174+
title: Streamlit Apps
175175
- url: /data-apps/python-js/
176-
title: Python/JS Data Apps
176+
title: Python/JS Apps
177177
- url: /data-apps/authentication/
178178
title: Authentication
179179
items:

_data/telemetry_tables.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ tables:
254254

255255
- id: kbc_data_app_workspace
256256
mode: project
257-
description: "This table lists runs of [data apps](/data-apps/) and their consumption metrics."
257+
description: "This table lists runs of [apps](/data-apps/) and their consumption metrics."
258258
is_full_load: false
259259
note: "A value of `0` in `data_app_runtime_hours`,`time_credits_used` or `billed_credits_used` means a correction was made. The row couldn't be removed due to incremental loads, so the original value was set to zero."
260260
columns:
@@ -263,7 +263,7 @@ tables:
263263
description: "Identifier of the workspace active window (between starting and pausing the sandbox)"
264264
example: "`10910_kbc-eu-central-1_8c9e68ac-3a40-4aea-a62c-34ef37d12a5a`"
265265
- name: kbc_data_app_workspace_id
266-
description: "Data app workspace identifier"
266+
description: "App workspace identifier"
267267
example: "`10910_kbc-eu-central-1`"
268268
- name: kbc_project_id
269269
fk: kbc_project
@@ -295,10 +295,10 @@ tables:
295295
description: "Hostname of the workspace"
296296
example: "`https://hello-world-759519.hub.north-europe.azure.keboola.com`"
297297
- name: data_app_runtime_hours
298-
description: "Runtime of the data app workspace on the particular date in hours"
298+
description: "Runtime of the app workspace on the particular date in hours"
299299
example: "`2.413333`"
300300
- name: backend_size
301-
description: "Size of the data app backend"
301+
description: "Size of the app backend"
302302
example: "`Small`"
303303
- name: time_credits_used
304304
description: "Number of time credits consumed by the workspace on the particular date"
@@ -801,7 +801,7 @@ tables:
801801
mode: project
802802
description: "This table shows aggregated values for all metrics that may be included in the contract, such as consumed credits, data in storage, and the number of users. This combines data from different data sources (tables), making it useful for providing an overview of consumption."
803803
is_full_load: false
804-
note: "A `0` value for **Data Apps** or **Data Science Sandbox** in `usage_breakdown` means a correction was made. The row couldn't be removed due to incremental loads, so the original value was set to zero."
804+
note: "A `0` value for **Apps** or **Data Science Sandbox** in `usage_breakdown` means a correction was made. The row couldn't be removed due to incremental loads, so the original value was set to zero."
805805
org_mode_note: "`organization_value` and `company_value` are available in **Organization** mode only. You need data for all projects."
806806
usage_breakdown:
807807
- name: "Applications"
@@ -1653,7 +1653,7 @@ tables:
16531653
example: "`orchestration trigger`"
16541654
- name: kbc_data_app_id
16551655
fk: kbc_data_app
1656-
description: "Foreign key to the Keboola data app"
1656+
description: "Foreign key to the Keboola app"
16571657
example: "`123_kbc-us-east-1_keboola.data-apps-945672`"
16581658

16591659
- id: kbc_table_metadata
@@ -2167,28 +2167,28 @@ tables:
21672167

21682168
- id: kbc_data_app
21692169
mode: activity_center
2170-
description: "This table lists the [data apps](/data-apps/)."
2170+
description: "This table lists the [apps](/data-apps/)."
21712171
is_full_load: false
21722172
columns:
21732173
- name: kbc_data_app_id
21742174
pk: true
2175-
description: "Unique identifier for the data application"
2175+
description: "Unique identifier for the application"
21762176
example: "`123_kbc-us-east-1_keboola.data-apps-945672`"
21772177
- name: kbc_project_id
21782178
fk: kbc_project
21792179
description: "Foreign key to the Keboola project"
21802180
example: "`580_kbc-us-east-1`"
21812181
- name: data_app_created
2182-
description: "Datetime when the data app was created"
2182+
description: "Datetime when the app was created"
21832183
example: "`2023-05-14 12:30:45`"
21842184
- name: data_app_id_num
2185-
description: "Numerical ID for the data application"
2185+
description: "Numerical ID for the application"
21862186
example: "`945672`"
21872187
- name: kbc_data_app_name
2188-
description: "Human-readable name of the data app"
2188+
description: "Human-readable name of the app"
21892189
example: "`Customer Data Loader`"
21902190
- name: kbc_data_app_url
2191-
description: "URL link to access the data application"
2191+
description: "URL link to access the application"
21922192
example: "`https://1191546783.hub.keboola.com`"
21932193
- name: kbc_component_id
21942194
description: "Identifier of the component"
@@ -2201,7 +2201,7 @@ tables:
22012201
description: "Foreign key to the Keboola component configuration"
22022202
example: "`123_kbc-us-east-1_keboola.data-apps_1191549426`"
22032203
- name: kbc_data_app_is_deleted
2204-
description: "Boolean flag indicating whether the data application has been deleted"
2204+
description: "Boolean flag indicating whether the application has been deleted"
22052205
example: "`false`"
22062206

22072207
- id: kbc_data_app_params_event
@@ -2211,18 +2211,18 @@ tables:
22112211
columns:
22122212
- name: kbc_data_app_event_id
22132213
pk: true
2214-
description: "Unique identifier for the event created by the data app"
2214+
description: "Unique identifier for the event created by the app"
22152215
example: "`123557345_kbc-us-east-1`"
22162216
- name: kbc_project_id
22172217
fk: kbc_project
22182218
description: "Foreign key to the Keboola project"
22192219
example: "`580_kbc-us-east-1`"
22202220
- name: kbc_data_app_id
22212221
fk: kbc_data_app
2222-
description: "Foreign key to the Keboola data app"
2222+
description: "Foreign key to the Keboola app"
22232223
example: "`123_kbc-us-east-1_keboola.data-apps-945672`"
22242224
- name: data_app_id_num
2225-
description: "Numerical ID for the data application"
2225+
description: "Numerical ID for the application"
22262226
example: "`945672`"
22272227
- name: event_created_at
22282228
description: "Datetime when the event was created"
@@ -2286,7 +2286,7 @@ relationships:
22862286
type: one-to-many
22872287
- from: kbc_project
22882288
to: kbc_data_app_workspace
2289-
label: "has data app workspaces"
2289+
label: "has app workspaces"
22902290
type: one-to-many
22912291
- from: kbc_project
22922292
to: kbc_data_science_sandbox
@@ -2418,11 +2418,11 @@ relationships:
24182418
type: one-to-many
24192419
- from: kbc_project
24202420
to: kbc_data_app
2421-
label: "has data apps"
2421+
label: "has apps"
24222422
type: one-to-many
24232423
- from: kbc_project
24242424
to: kbc_data_app_params_event
2425-
label: "has data app events"
2425+
label: "has app events"
24262426
type: one-to-many
24272427

24282428
# Branch relationships
@@ -2494,7 +2494,7 @@ relationships:
24942494
type: one-to-many
24952495
- from: kbc_component_configuration
24962496
to: kbc_data_app
2497-
label: "has data app"
2497+
label: "has app"
24982498
type: one-to-many
24992499

25002500
# Flow phase -> task
@@ -2607,7 +2607,7 @@ relationships:
26072607
label: "has events"
26082608
type: one-to-many
26092609

2610-
# Data app relationships
2610+
# App relationships
26112611
- from: kbc_data_app
26122612
to: kbc_data_app_params_event
26132613
label: "has events"

data-apps/authentication/index.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ redirect_from:
1111

1212
## Overview
1313

14-
Once a data app is deployed, its URL is publicly available! We recommend using one of the built-in authentication methods described below to protect your app.
14+
Once an app is deployed, its URL is publicly available! We recommend using one of the built-in authentication methods described below to protect your app.
1515

16-
Keboola provides several built-in authentication methods to control who can access your data apps. Choose the method that best fits your security requirements.
16+
Keboola provides several built-in authentication methods to control who can access your apps. Choose the method that best fits your security requirements.
1717

1818
{: .image-popup}
1919
![Authentication options](/data-apps/authentication/authentication.png)
@@ -44,7 +44,7 @@ If you enter an app with OIDC, you will be asked to select an `Authentication Pr
4444

4545
## GitHub Authentication
4646

47-
Restrict access to your data app using GitHub OAuth. Users authenticate via their GitHub account, and you can optionally restrict access to specific organizations, teams, repositories, or individual users.
47+
Restrict access to your app using GitHub OAuth. Users authenticate via their GitHub account, and you can optionally restrict access to specific organizations, teams, repositories, or individual users.
4848

4949
### Required Fields
5050

@@ -69,15 +69,15 @@ Restrict access to your data app using GitHub OAuth. Users authenticate via thei
6969
1. Go to your GitHub account **Settings > Developer Settings > OAuth Apps** and create a new OAuth App.
7070
2. Set the **Authorization callback URL** to: `https://<dataAppId>.hub.<keboolaConnectionHost>/_proxy/callback` (e.g., `https://my-app-12345678.hub.north-europe.azure.keboola.com/_proxy/callback`).
7171
3. Copy the **Client ID** and **Client Secret** from the created OAuth App.
72-
4. In your Keboola Data App configuration, select **GitHub** as the authentication method.
72+
4. In your Keboola app configuration, select **GitHub** as the authentication method.
7373
5. Paste the **Client ID** and **Client Secret**.
7474
6. Optionally configure organization, team, repository, or allowed users restrictions.
7575
7. If you use organization, team, or repository restrictions with a private organization, provide an **Access Token** with `read:org` scope.
7676
8. Save and redeploy your app.
7777

7878
## GitLab Authentication
7979

80-
Restrict access to your data app using GitLab OAuth. Users authenticate via their GitLab account, and you can optionally restrict access by groups, projects, or roles.
80+
Restrict access to your app using GitLab OAuth. Users authenticate via their GitLab account, and you can optionally restrict access by groups, projects, or roles.
8181

8282
### Required Fields
8383

@@ -101,14 +101,14 @@ Restrict access to your data app using GitLab OAuth. Users authenticate via thei
101101
2. Set the **Redirect URI** to: `https://<dataAppId>.hub.<keboolaConnectionHost>/_proxy/callback` (e.g., `https://my-app-12345678.hub.north-europe.azure.keboola.com/_proxy/callback`).
102102
3. Ensure the `openid`, `profile`, and `email` scopes are selected. If you use group or project restrictions, also select `read_api`.
103103
4. Copy the **Application ID** and **Secret**.
104-
5. In your Keboola Data App configuration, select **GitLab** as the authentication method.
104+
5. In your Keboola app configuration, select **GitLab** as the authentication method.
105105
6. Paste the **Client ID**, **Client Secret**, and **GitLab Instance URL**.
106106
7. Optionally configure groups, projects, or allowed roles restrictions.
107107
8. Save and redeploy your app.
108108

109109
## JumpCloud Authentication
110110

111-
Restrict access to your data app using JumpCloud OIDC. Users authenticate via their JumpCloud account, and you can optionally restrict access by roles.
111+
Restrict access to your app using JumpCloud OIDC. Users authenticate via their JumpCloud account, and you can optionally restrict access by roles.
112112

113113
### Required Fields
114114

@@ -131,7 +131,7 @@ Restrict access to your data app using JumpCloud OIDC. Users authenticate via th
131131
2. Configure the application as an **OIDC** application.
132132
3. Set the **Redirect URI** to: `https://<dataAppId>.hub.<keboolaConnectionHost>/_proxy/callback` (e.g., `https://my-app-12345678.hub.north-europe.azure.keboola.com/_proxy/callback`).
133133
4. Copy the **Client ID** and **Client Secret** from the SSO tab.
134-
5. In your Keboola Data App configuration, select **JumpCloud** as the authentication method.
134+
5. In your Keboola app configuration, select **JumpCloud** as the authentication method.
135135
6. Paste the **Client ID**, **Client Secret**, **Issuer URL**, and **Logout URL**.
136136
7. Optionally configure allowed roles to restrict access.
137137
8. Save and redeploy your app.
@@ -146,4 +146,4 @@ https://<dataAppId>.hub.<keboolaConnectionHost>/_proxy/callback
146146

147147
For example: `https://my-app-12345678.hub.north-europe.azure.keboola.com/_proxy/callback`
148148

149-
You can find your app's full URL after the first deployment in the Data App configuration.
149+
You can find your app's full URL after the first deployment in the app configuration.

data-apps/backend-versions/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ redirect_from:
88
* TOC
99
{:toc}
1010

11-
When deploying a data app, you can select a **backend version** from a dropdown in the deployment wizard.
11+
When deploying an app, you can select a **backend version** from a dropdown in the deployment wizard.
1212
Each backend version defines the runtime environment your app runs in, including the Python version, Streamlit version,
1313
and a set of pre-installed packages.
1414

@@ -24,7 +24,7 @@ For example: `1.15.2 - Python 3.13 + Streamlit 1.51`
2424

2525
This means:
2626

27-
- **Backend version** (`1.15.2`): The release version of the base Docker image that powers your data app. Newer backend versions may include updated pre-installed packages, bug fixes, and infrastructure improvements.
27+
- **Backend version** (`1.15.2`): The release version of the base Docker image that powers your app. Newer backend versions may include updated pre-installed packages, bug fixes, and infrastructure improvements.
2828
- **Python version** (`3.13`): The version of the Python interpreter. Different Python versions offer different language features and performance characteristics.
2929
- **Streamlit version** (`1.51`): The version of the [Streamlit](https://streamlit.io/) framework used to run your app.
3030

data-apps/general-design-guide/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Data Apps General Design Guide
2+
title: Apps General Design Guide
33
permalink: /data-apps/general-design-guide/
44
redirect_from:
55
- /components/data-apps/general-design-guide/
@@ -8,13 +8,13 @@ redirect_from:
88
* TOC
99
{:toc}
1010

11-
This guide will help you quickly create a user-friendly data app in Keboola. We cover essentials like theming, headers, storage integration,
11+
This guide will help you quickly create a user-friendly app in Keboola. We cover essentials like theming, headers, storage integration,
1212
and more to streamline your setup. With clear, step-by-step instructions, you'll be able to build an intuitive, visually appealing app.
1313

1414
## Theming
1515
There are two options for setting theming:
1616

17-
1. **Keboola Data Apps Interface:** Choose from predefined or custom themes directly in the Keboola interface. See more in [the documentation](/data-apps/#theming).
17+
1. **Keboola Apps Interface:** Choose from predefined or custom themes directly in the Keboola interface. See more in [the documentation](/data-apps/#theming).
1818
2. **Configuration File:** Use the settings in the `config.toml` file, located in the `.streamlit` folder.
1919

2020
{: .image-popup}

0 commit comments

Comments
 (0)