Skip to content

Commit d2f50b9

Browse files
jeffreyavengeneral-kroll-4-life
authored andcommittedFeb 8, 2025·
databricks-walkthrough-support
Summary: - New version `v1.8.3`. - Added walkthrough for databricks bootstrap on aws. - Bugfix for expport variables on dry run.
1 parent b5eb803 commit d2f50b9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+984
-224
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ oss-activity-monitor/
1111
testcreds/
1212
*.log
1313
venv/
14+
.venv/
1415

1516
# Byte-compiled / optimized / DLL files
1617
__pycache__/
@@ -81,3 +82,5 @@ instance/
8182

8283
# Sphinx documentation
8384
docs/_build/
85+
86+
.DS_Store

‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.8.3 (2025-02-08)
4+
5+
- Added walkthrough for databricks bootstrap on aws.
6+
- Bugfix for expport variables on dry run.
7+
8+
## 1.8.2 (2025-01-16)
9+
10+
- Added timing output for `build`, `test` and `teardown` operations
11+
12+
## 1.8.1 (2025-01-11)
13+
14+
- Added `uuid()` templating function
15+
- Exports evaluation optimization for teardown operations
16+
317
## 1.8.0 (2024-11-09)
418

519
- Added option for command specific authentication

0 commit comments

Comments
 (0)