File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 1.3.4 (May 5nd , 2023)
3+ ## 1.3.2 (May 10th , 2023)
44Added support for iceberg table format
55Added support for plain authorization connection
66Added support for Python 3.7
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.3.4 "
15+ version = "1.3.2 "
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.3.4 "
49+ package_version = "1.3.2 "
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