Skip to content

Commit 7c666c2

Browse files
authored
Merge branch 'main' into AI-1469-fix-session-state-issue
2 parents 78b61ed + 78f5254 commit 7c666c2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ For detailed setup instructions and region-specific URLs, see our [Remote Server
4545
- **Components**: Create, List and inspect extractors, writers, data apps, and transformation configurations
4646
- **SQL**: Create SQL transformations with natural language
4747
- **Jobs**: Run components and transformations, and retrieve job execution details
48+
- **Data Apps**: Create, deploy and manage Keboola Streamlit Data Apps displaying your queries over storage data.
4849
- **Metadata**: Search, read, and update project documentation and object metadata using natural language
4950

5051
## Preparations
@@ -353,6 +354,9 @@ What buckets and tables are in my Keboola project?
353354
| **Jobs** | `get_job` | Retrieves detailed information about a specific job |
354355
| | `list_jobs` | Lists jobs with optional filtering, sorting, and pagination |
355356
| | `run_job` | Starts a job for a component or transformation |
357+
| **Data Apps** | `get_data_apps` | Retrieves detailed information about a specific Data Apps or List Data Apps in the project. |
358+
| | `modify_data_app` | Creates or updates Data Apps |
359+
| | `deploy_data_app` | Deploys or supsends Streamlit Data Apps in the Keboola environment. |
356360
| **Documentation** | `docs_query` | Answers questions using Keboola documentation as the source |
357361
| **Other** | `create_oauth_url` | Generates an OAuth authorization URL for a component configuration |
358362
| | `search` | Searches for items in the project by name prefixes |

0 commit comments

Comments
 (0)