File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ The `dbt-impala` adapter allows you to use [dbt](https://www.getdbt.com/) along
1212
1313Python >= 3.8
1414
15- dbt-core ~ = 1.2 .0
15+ dbt-core ~ = 1.3 .0
1616
17- impyla >= 0.18a5
17+ impyla >= 0.18
1818
1919python-decouple >= 3.6
2020
Original file line number Diff line number Diff line change 1212# See the License for the specific language governing permissions and
1313# limitations under the License.
1414
15- version = "1.2 .0"
15+ version = "1.3 .0"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ def _get_dbt_core_version():
4646
4747package_name = "dbt-impala"
4848# make sure this always matches dbt/adapters/dbt_impala/__version__.py
49- package_version = "1.2 .0"
49+ package_version = "1.3 .0"
5050description = """The Impala adapter plugin for dbt"""
5151
5252dbt_core_version = _get_dbt_core_version ()
You can’t perform that action at this time.
0 commit comments