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


##########
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:
   The figma says same tab 
[here](https://www.figma.com/file/oIIm8WRIK0CaiciTzPnrbM/Create%2FEdit-Dataset-Improvements?node-id=1484%3A60632).



-- 
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