@@ -44,9 +44,10 @@ filtering.
44
44
- [ create_oauth_url] ( #create_oauth_url ) : Generates an OAuth authorization URL for a Keboola component configuration.
45
45
46
46
### Other Tools
47
- - [ deploy_data_app] ( #deploy_data_app ) : Deploys a data app or stops running data app in the Keboola environment given the action and configuration ID.
47
+ - [ deploy_data_app] ( #deploy_data_app ) : Deploys/redeploys a data app or stops running data app in the Keboola environment given the action and
48
+ configuration ID.
48
49
- [ get_data_apps] ( #get_data_apps ) : Lists summaries of data apps in the project given the limit and offset or gets details of a data apps by
49
- providing its configuration IDs.
50
+ providing their configuration IDs.
50
51
- [ modify_data_app] ( #modify_data_app ) : Creates or updates a Streamlit data
51
52
52
53
Considerations:
@@ -886,7 +887,12 @@ EXAMPLES:
886
887
887
888
** Description** :
888
889
889
- Deploys a data app or stops running data app in the Keboola environment given the action and configuration ID.
890
+ Deploys/redeploys a data app or stops running data app in the Keboola environment given the action and
891
+ configuration ID.
892
+
893
+ Considerations:
894
+ - Redeploying a data app takes some time, and the app temporarily may have status "stopped" during this process
895
+ because it needs to restart.
890
896
891
897
892
898
** Input JSON Schema** :
@@ -926,7 +932,7 @@ Deploys a data app or stops running data app in the Keboola environment given th
926
932
** Description** :
927
933
928
934
Lists summaries of data apps in the project given the limit and offset or gets details of a data apps by
929
- providing its configuration IDs.
935
+ providing their configuration IDs.
930
936
931
937
Considerations:
932
938
- If configuration_ids are provided, the tool will return details of the data apps by their configuration IDs.
@@ -983,7 +989,7 @@ query following current sql dialect and returns a pandas DataFrame with the resu
983
989
` query_data ` tool to inspect the data in the workspace before using it in the data app.
984
990
- If you're updating an existing data app, provide the ` configuration_id ` parameter and the ` change_description `
985
991
parameter.
986
- - If the data app is deployed and is updated , it needs to be redeployed to apply the changes.
992
+ - If the data app is updated while running , it must be redeployed for the changes to take effect .
987
993
988
994
989
995
** Input JSON Schema** :
0 commit comments