-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ complete overhaul of workbench 2.0
- Loading branch information
Showing
12 changed files
with
891 additions
and
114 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 } | ||
|
@@ -59,7 +59,7 @@ workbench = [ | |
"streamlit-ace", | ||
"ydata-profiling", | ||
"feedparser", | ||
"streamlit-elements", | ||
"streamlit-elements-fluence", | ||
] | ||
|
||
[build-system] | ||
|
Oops, something went wrong.