Skip to content

Commit

Permalink
v0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
edurdevic committed Oct 2, 2023
1 parent 6eb5fbe commit e97e7fb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## v0.0.6
Refactored scan() in order to be chainable with from_tables()
Improved metadata fetching speed for table information
Refactored to remove duplicated SQL code from scanner class
Updated intro messages and documentation
Added example for detecting tables with many small files

## v0.0.5
* Added support for multi-table SQL execution dx.from_tables(...).apply_sql(...)
* Added example of VACUUM command to multiple tables
Expand Down
2 changes: 1 addition & 1 deletion discoverx/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.5"
__version__ = "0.0.6"
2 changes: 1 addition & 1 deletion examples/pii_detection_presidio.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# COMMAND ----------

# MAGIC %pip install presidio_analyzer==2.2.33 dbl-discoverx==0.0.5
# MAGIC %pip install presidio_analyzer==2.2.33 dbl-discoverx==0.0.6

# COMMAND ----------

Expand Down
2 changes: 1 addition & 1 deletion examples/vacuum_multiple_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

# COMMAND ----------

# MAGIC %pip install dbl-discoverx==0.0.5
# MAGIC %pip install dbl-discoverx==0.0.6

# COMMAND ----------

Expand Down

0 comments on commit e97e7fb

Please sign in to comment.