AAfghahi commented on code in PR #21058:
URL: https://github.com/apache/superset/pull/21058#discussion_r944552644


##########
superset-frontend/src/views/CRUD/data/dataset/DatasetPage/DatasetPanel/index.tsx:
##########
@@ -17,7 +17,35 @@
  * under the License.
  */
 import React from 'react';
+import { t } from '@superset-ui/core';
+import { EmptyStateBig } from 'src/components/EmptyState';
+
+const renderDescription = () => (
+  <>
+    {t(
+      'Datasets can be created from database tables or SQL queries. Select a 
database table to the left or ',
+    )}
+    <span
+      role="button"
+      onClick={() => {
+        window.location.href = `/superset/sqllab`;

Review Comment:
   worth checking w/ @yousoph if we want this to open into a new tab or in the 
same page. For context, currently it opens in the same tab, which I prefer. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to