File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.0.6
4+ Refactored scan() in order to be chainable with from_tables()
5+ Improved metadata fetching speed for table information
6+ Refactored to remove duplicated SQL code from scanner class
7+ Updated intro messages and documentation
8+ Added example for detecting tables with many small files
9+
310## v0.0.5
411* Added support for multi-table SQL execution dx.from_tables(...).apply_sql(...)
512* Added example of VACUUM command to multiple tables
Original file line number Diff line number Diff line change 1- __version__ = "0.0.5 "
1+ __version__ = "0.0.6 "
Original file line number Diff line number Diff line change 1616
1717# COMMAND ----------
1818
19- # MAGIC %pip install presidio_analyzer==2.2.33 dbl-discoverx==0.0.5
19+ # MAGIC %pip install presidio_analyzer==2.2.33 dbl-discoverx==0.0.6
2020
2121# COMMAND ----------
2222
Original file line number Diff line number Diff line change 88
99# COMMAND ----------
1010
11- # MAGIC %pip install dbl-discoverx==0.0.5
11+ # MAGIC %pip install dbl-discoverx==0.0.6
1212
1313# COMMAND ----------
1414
You can’t perform that action at this time.
0 commit comments