File tree Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Expand file tree Collapse file tree 4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v0.0.7
4+ * Added filtering for speedup intro message checks
5+ * Added tags metadata in table info
6+ * Added map function for arbitrary python code table processing support
7+ * Added AI example notebooks
8+
39## 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
10+ * Refactored scan() in order to be chainable with from_tables()
11+ * Improved metadata fetching speed for table information
12+ * Refactored to remove duplicated SQL code from scanner class
13+ * Updated intro messages and documentation
14+ * Added example for detecting tables with many small files
915
1016## v0.0.5
1117* Added support for multi-table SQL execution dx.from_tables(...).apply_sql(...)
Original file line number Diff line number Diff line change 1- __version__ = "0.0.6 "
1+ __version__ = "0.0.7 "
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.6
19+ # MAGIC %pip install presidio_analyzer==2.2.33 dbl-discoverx==0.0.7
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.6
11+ # MAGIC %pip install dbl-discoverx==0.0.7
1212
1313# COMMAND ----------
1414
You can’t perform that action at this time.
0 commit comments