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
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).
Copy file name to clipboardExpand all lines: tutorials/hana-dbx-create-schema/hana-dbx-create-schema.md
+13-3Lines changed: 13 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,21 @@ The following steps will create sample objects for a hotel database using create
39
39
CREATE USER USER2 PASSWORD Password2 no force_first_password_change SET USERGROUP DEFAULT;
40
40
>```
41
41
42
-
>--
42
+
>---
43
43
44
-
>It is recommended to not use the DBADMIN user for day to day operations in production environments. For additional details see [Deactivate the DBADMIN User](https://help.sap.com/docs/HANA_CLOUD_DATABASE/f9c5015e72e04fffa14d7d4f7267d897/c511ddf1767947f0adfc9636148718d9.html).
44
+
>The following shows an example of creating a USERGROUP, assigning USER1 to the group, and querying the password policy of the user.
45
45
46
-
For additional detail on creating users see [CREATE USER Statement (Access Control)](https://help.sap.com/viewer/c1d3f60099654ecfb3fe36ac93c121bb/latest/en-US/20d5ddb075191014b594f7b11ff08ee2.html). Note that the user USER1 will be used in tutorial 5and tutorial 7 of this tutorial group.
SELECT * from "PUBLIC"."M_EFFECTIVE_PASSWORD_POLICY" where USER_NAME = 'USER1';
50
+
>```
51
+
52
+
>---
53
+
54
+
>It is recommended to not use the DBADMIN user for day to day operations in production environments. For additional details see [Deactivate the DBADMIN User](https://help.sap.com/docs/HANA_CLOUD_DATABAS/f9c5015e72e04fffa14d7d4f7267d897/c511ddf1767947f0adfc9636148718d9.html).
55
+
56
+
For additional detail on creating users see [CREATE USER Statement (Access Control)](https://help.sap.com/viewer/c1d3f60099654ecfb3fe36ac93c121bb/latest/en-US/20d5ddb075191014b594f7b11ff08ee2.html) and [CREATE USERGROUP Statement](https://help.sap.com/docs/HANA_CLOUD_DATABASE/c1d3f60099654ecfb3fe36ac93c121bb/9869125ea93548009820702f5bd897d8.html). Note that the user USER1 will be used in tutorial 5and tutorial 7 of this tutorial group.
47
57
48
58
3. The list of users can be seen by executing the following statement:
Copy file name to clipboardExpand all lines: tutorials/hana-dbx-export-import/hana-dbx-export-import.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -197,6 +197,7 @@ The following steps walk through the process of exporting to and importing data
197
197
10. A Google Storage SSL certificate is required to connect to the Google Cloud Storage bucket via the SAP HANA Cloud, SAP HANA database. Open your SQL console within SAP HANA database explorer, and run the first 3 commands. Then replace \<SELECTED_CERTIFICATE_ID> with the value returned from the previous select statement.
198
198
199
199
```SQL[27]
200
+
SELECT * FROM PSES;
200
201
CREATE PSE HTTPS;
201
202
CREATE CERTIFICATE FROM '-----BEGIN CERTIFICATE-----
Copy file name to clipboardExpand all lines: tutorials/hana-dbx-remote-sources/hana-dbx-remote-sources.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -180,7 +180,7 @@ A benefit of a virtual table is that there is no data movement. There is only o
180
180
181
181
[ACCORDION-BEGIN [Step 2: ](Connect from SAP HANA Cloud to SAP HANA Cloud, data lake Relational Engine)]
182
182
183
-
[SAP HANA Cloud, data lake](https://help.sap.com/viewer/product/SAP_HANA_DATA_LAKE/cloud/en-US) can be used to store large amounts of data that is not accessed frequently. The following steps create the table `tourist_reviews` in SAP HANA Cloud, data lake Relational Engine and access the table from the associated SAP HANA Cloud instance.
183
+
[SAP HANA Cloud, data lake](https://help.sap.com/viewer/product/SAP_HANA_DATA_LAKE/cloud/en-US) can be used to store large amounts of data that is not accessed and updated as frequently as data in an SAP HANA database. The following steps create the table `tourist_reviews` in SAP HANA Cloud, data lake Relational Engine and access the table from the associated SAP HANA database instance.
184
184
185
185
1. If needed, in SAP HANA Cloud Central, add an SAP HANA Cloud, data lake instance to your SAP HANA Cloud instance, by choosing **Actions > Add Data Lake**.
0 commit comments