File tree 4 files changed +14
-8
lines changed
4 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
9
## 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
9
15
10
16
## v0.0.5
11
17
* 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 16
16
17
17
# COMMAND ----------
18
18
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
20
20
21
21
# COMMAND ----------
22
22
Original file line number Diff line number Diff line change 8
8
9
9
# COMMAND ----------
10
10
11
- # MAGIC %pip install dbl-discoverx==0.0.6
11
+ # MAGIC %pip install dbl-discoverx==0.0.7
12
12
13
13
# COMMAND ----------
14
14
You can’t perform that action at this time.
0 commit comments