Skip to content

Commit 1e3c6c9

Browse files
authored
new release 1.8.4 (#297)
parameters bump for a new release
1 parent fe0e66f commit 1e3c6c9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The `dbt-dremio` package contains all of the code enabling dbt to work with [Dre
1212

1313
The dbt-dremio package supports both Dremio Cloud and Dremio Software (versions 22.0 and later).
1414

15-
## dbt-dremio version 1.8.3
15+
## dbt-dremio version 1.8.4
1616

17-
Version 1.8.3 of the dbt-dremio adapter is compatible with dbt-core versions 1.8.*.
17+
Version 1.8.4 of the dbt-dremio adapter is compatible with dbt-core versions 1.8.*.
1818

1919
> Prior to version 1.1.0b, dbt-dremio was created and maintained by [Fabrice Etanchaud](https://github.com/fabrice-etanchaud) on [their GitHub repo](https://github.com/fabrice-etanchaud/dbt-dremio). Code for using Dremio REST APIs was originally authored by [Ryan Murray](https://github.com/rymurr). Contributors in this repo are credited for laying the groundwork and maintaining the adapter till version 1.0.6.5. The dbt-dremio adapter is maintained and distributed by Dremio starting with version 1.1.0b.
2020

dbt/adapters/dremio/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
# See the License for the specific language governing permissions and
1010
# limitations under the License.
1111

12-
version = "1.8.3"
12+
version = "1.8.4"

setup.py

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

2323
package_name = "dbt-dremio"
2424

25-
package_version = "1.8.3"
25+
package_version = "1.8.4"
2626

2727
description = """The Dremio adapter plugin for dbt"""
2828

0 commit comments

Comments
 (0)