Skip to content

Commit 4a8a688

Browse files
authored
v0.0.9 (#130)
1 parent 965c000 commit 4a8a688

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v0.0.9
4+
* Added Delta housekeeping
5+
* Fixed serverless compatibility
6+
37
## v0.0.8
48
* Fixed bug for tables containing `-` character
59
* Added example for cloning all catalog/schema content

discoverx/version.py

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

examples/deep_clone_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# COMMAND ----------
1616

17-
# MAGIC %pip install dbl-discoverx==0.0.8
17+
# MAGIC %pip install dbl-discoverx==0.0.9
1818
# MAGIC dbutils.library.restartPython()
1919

2020
# COMMAND ----------

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.8
11+
# MAGIC %pip install dbl-discoverx==0.0.9
1212

1313
# COMMAND ----------
1414

0 commit comments

Comments
 (0)