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
Latest updates to data lake client, autopilot, and dbx tutorials (#18447)
* Automatic commit: Move 'hana-cloud-alerts-autopilot', 'hana-cloud-dl-clients-node', 'hana-cloud-dl-clients-odbc', 'hana-cloud-dl-clients-overview', 'hana-cloud-dl-clients-python', 'hana-dbx-connections', 'hana-dbx-create-schema', 'hana-dbx-export-import', 'hana-dbx-remote-sources' from QA to Production
* Automatic commit: Move 'hana-cloud-dl-clients-overview' from QA to Production
Copy file name to clipboardExpand all lines: tutorials/hana-cloud-alerts-autopilot/hana-cloud-alerts-autopilot.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -311,7 +311,8 @@ This step will configure the SAP Alert Notification Service to invoke the previo
311
311
312
312
>---
313
313
314
-
>Note, that multiple alerts will be triggered. For example, alerts are sent with a status of CREATE, UPDATE, orCLOSE. Some alerts also have different thresholds or severity values such asERROR, WARNING, orNOTICE. See also [Alerts inSAPHANA Cloud](https://help.sap.com/viewer/f9c5015e72e04fffa14d7d4f7267d897/Cloud/en-US/8eca57e7e82e4b788246b6d9db020937.html).
314
+
>Note, that multiple alerts will be triggered. For example, alerts are sent with a status of CREATE, UPDATE, orCLOSE. Some alerts also have different thresholds or severity values such asERROR, WARNING, orNOTICE. See also [Alerts inSAPHANA Cloud](https://help.sap.com/docs/HANA_CLOUD_DATABASE/f9c5015e72e04fffa14d7d4f7267d897/8eca57e7e82e4b788246b6d9db020937.html).
315
+
315
316
316
317
6. In the SAPHANA database explorer, trigger the test alert.
@@ -38,15 +37,14 @@ SAP HANA Cloud is composed of multiple components.
38
37
39
38
>Note, that the data lake Files component is currently not available in trial accounts.
40
39
41
-
For additional details see [How & When to Use the New SAP HANA Cloud Database Instances](https://saphanajourney.com/hana-cloud/resources/sap-hana-cloud-new-services-adaptive-server-enterprise-and-data-lake/).
42
40
43
41
[DONE]
44
42
[ACCORDION-END]
45
43
46
44
47
45
[ACCORDION-BEGIN [Step 2: ](Create a data lake instance and connect to it)]
48
46
49
-
>To complete the tutorials in this group, an SAP HANA Cloud, data lake instance is needed. There are two different free options including SAP HANA Cloud free tier and free trial. For instructions on registering, see [Set Up Your SAP HANA Cloud, SAP HANA Database (free tier or trial) and Understand the Basics](group.hana-cloud-get-started-1-trial).
47
+
>To complete the tutorials in this group, a SAP HANA Cloud, data lake instance is needed, which is created within the SAP Business Technology Platform (BTP). There are two different free options available, which are the SAP BTP free-tier and SAP BTP trial. For instructions on registering, see [Start Using SAP HANA Cloud Free Tier Model or Trial in SAP BTP Cockpit](hana-cloud-mission-trial-1).
50
48
51
49
The following steps provide instructions on how to create a data lake instance in the SAP Business Technology Platform (BTP) trial. Additional content on this topic is available at [Quick Start Tutorial for Data Lake](https://help.sap.com/viewer/a89a80f984f21015b2b2c84d2498d36d/latest/en-US/b62bc948ad684e3a94b9e14b68318f2a.html).
52
50
@@ -267,6 +265,8 @@ In this step, a sample HOTEL dataset will be created comprising tables, a view,
267
265
GRANT ROLE HOTEL TO USER1;
268
266
```
269
267
268
+
Select**Tables**, andset the schema filter to be **HOTEL** to limit the returned tables to be those that were just created in the HOTEL schema.
269
+
270
270

271
271
272
272
Additional details on the SQL used above can be found at [CREATE TABLE Statement for Data Lake Relational Engine](https://help.sap.com/viewer/19b3964099384f178ad08f2d348232a9/latest/en-US/a619764084f21015b8039a8346dc622c.html), [CREATE VIEW Statement for Data Lake Relational Engine](https://help.sap.com/viewer/19b3964099384f178ad08f2d348232a9/latest/en-US/a61a051684f210158cced2d83231bd8a.html), and [CREATE PROCEDURE Statement for Data Lake Relational Engine](https://help.sap.com/viewer/19b3964099384f178ad08f2d348232a9/latest/en-US/a6185b2184f21015b2419a5444b55609.html).
@@ -391,13 +391,13 @@ The data lake client install includes [Interactive SQL Client (DBISQL)](https://
> Note that in a Bash shell, strings in double quotes versus single quotes are treated [differently](https://stackoverflow.com/questions/6697753/difference-between-single-and-double-quotes-in-bash).
0 commit comments