Skip to content

Commit b04defb

Browse files
authored
v0.0.6 (#81)
1 parent 6eb5fbe commit b04defb

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
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

discoverx/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.5"
1+
__version__ = "0.0.6"

examples/pii_detection_presidio.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

examples/vacuum_multiple_tables.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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

0 commit comments

Comments
 (0)