Skip to content

Commit eaf6ae8

Browse files
authored
new release 1.8.2 (#284)
### Summary Updates in the code for new release 1.8.2
1 parent 659b5e9 commit eaf6ae8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

+2-2
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.1
15+
## dbt-dremio version 1.8.2
1616

17-
Version 1.8.0 of the dbt-dremio adapter is compatible with dbt-core versions 1.8.*.
17+
Version 1.8.2 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

+1-1
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.1"
12+
version = "1.8.2"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
package_name = "dbt-dremio"
2424

25-
package_version = "1.8.1"
25+
package_version = "1.8.2"
2626

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

0 commit comments

Comments
 (0)