From 6f8d2a858405e806a9069f10022bb91c256fb86b Mon Sep 17 00:00:00 2001
From: Erni Durdevic
- I'm here to help you discover data in your lakehouse.
+ Then you can apply the following operations
+ Hi there, I'm DiscoverX.
- 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("*.*.*")
+
.apply_sql(...)
- Runs a SQL template on each table.scan(...)
- Scan your lakehouse for columns matching the given rules.search(...)
- Search your lakehouse for columns matching the given search term
dx.scan(from_tables="*.*.*")
For more detailed instructions, check out the readme or use