From 6f8d2a858405e806a9069f10022bb91c256fb86b Mon Sep 17 00:00:00 2001 From: Erni Durdevic Date: Wed, 20 Sep 2023 12:54:05 +0200 Subject: [PATCH] Updated intro message --- discoverx/dx.py | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/discoverx/dx.py b/discoverx/dx.py index c280929..5136621 100644 --- a/discoverx/dx.py +++ b/discoverx/dx.py @@ -61,10 +61,18 @@ def intro(self):

Hi there, I'm DiscoverX.

- I'm here to help you discover data in your lakehouse.
- You can scan your lakehouse by using + I'm here to help you paralelize multi-table operations across your lakehouse.
+ You can start by defining the set of tables to run operations on (use "*" as a wildcard)
+

+
dx.from_tables("*.*.*")
+

+ Then you can apply the following operations +

-
dx.scan(from_tables="*.*.*")

For more detailed instructions, check out the readme or use