Skip to content

Commit

Permalink
✨ complete overhaul of workbench 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
z3z1ma committed Mar 30, 2023
1 parent a1375db commit e30180a
Show file tree
Hide file tree
Showing 12 changed files with 891 additions and 114 deletions.
3 changes: 3 additions & 0 deletions .changes/0.11.12.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## 0.11.12 - 2023-03-30
### Added
* Rebuilt the dbt osmosis workbench with a complete overhaul
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html),
and is generated by [Changie](https://github.com/miniscruff/changie).


## 0.11.12 - 2023-03-30
### Added
* Rebuilt the dbt osmosis workbench with a complete overhaul

## 0.11.11 - 2023-03-28
### Fixed
* Ensure pre-commit hook returns non-zero on file mutations
Expand Down
220 changes: 110 additions & 110 deletions poetry.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "dbt-osmosis"
version = "0.11.11"
version = "0.11.12"
description = "A dbt server and suite of optional developer tools to make developing with dbt delightful."
authors = ["z3z1ma <[email protected]>"]
license = "Apache 2.0"
Expand Down Expand Up @@ -34,7 +34,7 @@ streamlit = { version = ">=1.0.0", optional = true }
streamlit-ace = { version = ">=0.1.0", optional = true }
ydata-profiling = { version = ">=3.6.0", optional = true }
feedparser = { version = "^6.0.10", optional = true }
streamlit-elements = { version = ">=0.1.0", optional = true }
streamlit-elements-fluence = { version = ">=0.1.4", optional = true }
# Testing duckdb + sqlite
dbt-duckdb = { version = ">=1.0.0", optional = true }
dbt-sqlite = { version = ">=1.0.0", optional = true }
Expand All @@ -59,7 +59,7 @@ workbench = [
"streamlit-ace",
"ydata-profiling",
"feedparser",
"streamlit-elements",
"streamlit-elements-fluence",
]

[build-system]
Expand Down
Loading

0 comments on commit e30180a

Please sign in to comment.