dbt-adapters 1.16.4__py3-none-any.whl → 1.16.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dbt-adapters might be problematic. Click here for more details.
- dbt/adapters/__about__.py +1 -1
- dbt/include/global_project/macros/materializations/tests/unit.sql +1 -1
- {dbt_adapters-1.16.4.dist-info → dbt_adapters-1.16.5.dist-info}/METADATA +1 -1
- {dbt_adapters-1.16.4.dist-info → dbt_adapters-1.16.5.dist-info}/RECORD +6 -6
- {dbt_adapters-1.16.4.dist-info → dbt_adapters-1.16.5.dist-info}/WHEEL +0 -0
- {dbt_adapters-1.16.4.dist-info → dbt_adapters-1.16.5.dist-info}/licenses/LICENSE +0 -0
dbt/adapters/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "1.16.
|
|
1
|
+
version = "1.16.5"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
{%- set expected_column_names_quoted = [] -%}
|
|
21
21
|
{%- for column_name in tested_expected_column_names -%}
|
|
22
|
-
{%- do expected_column_names_quoted.append(column_name_to_quoted[column_name]) -%}
|
|
22
|
+
{%- do expected_column_names_quoted.append(column_name_to_quoted[column_name|lower]) -%}
|
|
23
23
|
{%- endfor -%}
|
|
24
24
|
|
|
25
25
|
{% if not expected_sql %}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbt-adapters
|
|
3
|
-
Version: 1.16.
|
|
3
|
+
Version: 1.16.5
|
|
4
4
|
Summary: The set of adapter protocols and base functionality that supports integration with dbt-core
|
|
5
5
|
Project-URL: Homepage, https://github.com/dbt-labs/dbt-adapters/tree/main/dbt-adapters
|
|
6
6
|
Project-URL: Documentation, https://docs.getdbt.com
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dbt/adapters/__about__.py,sha256=
|
|
1
|
+
dbt/adapters/__about__.py,sha256=Qz0BE08lu2_u7MixE7GM_8vIJjUC10H2IxTPA0I0kWU,19
|
|
2
2
|
dbt/adapters/__init__.py,sha256=3noHsg-64qI0_Pw6OR9F7l1vU2_qrJvinq8POTtuaZM,252
|
|
3
3
|
dbt/adapters/cache.py,sha256=WGy4ewnz-J13LverTACBW2iFhGswrWLgm-wiBrQnMzo,20084
|
|
4
4
|
dbt/adapters/capability.py,sha256=M3FkC9veKnNB7a7uQyl7EHX_AGNXPChbHAkcY4cgXCY,2534
|
|
@@ -105,7 +105,7 @@ dbt/include/global_project/macros/materializations/snapshots/snapshot_merge.sql,
|
|
|
105
105
|
dbt/include/global_project/macros/materializations/snapshots/strategies.sql,sha256=AfIsRiw0YnQym5wUiWR2JpiEEky4_WBTpTtE0HJvpZw,6928
|
|
106
106
|
dbt/include/global_project/macros/materializations/tests/helpers.sql,sha256=rxUxDZm4EvrDbi0H_ePghE34_QLmxGEY2o_LTMc9CU0,1731
|
|
107
107
|
dbt/include/global_project/macros/materializations/tests/test.sql,sha256=LP4ya-X5n499ccab7n1jqvGbZWZsG6hqJmWlx60BvHQ,2247
|
|
108
|
-
dbt/include/global_project/macros/materializations/tests/unit.sql,sha256=
|
|
108
|
+
dbt/include/global_project/macros/materializations/tests/unit.sql,sha256=aGbYzGbT5QWLb6f_2zwVoesYG8ttziZcU4Xj1XkRoJU,1610
|
|
109
109
|
dbt/include/global_project/macros/materializations/tests/where_subquery.sql,sha256=xjuYd18tXo99OReJGQsfgEPYljUUyF00XzK4h0SJjdM,497
|
|
110
110
|
dbt/include/global_project/macros/python_model/python.sql,sha256=qWoouNOP4Qdune_2Vitzmrzb0soHRzu0S4K22amVZK8,4056
|
|
111
111
|
dbt/include/global_project/macros/relations/create.sql,sha256=99LLak1bhlhRw7yiI0c_4CKPlGyzqPBeBYBNeBPSmDo,701
|
|
@@ -163,7 +163,7 @@ dbt/include/global_project/macros/utils/right.sql,sha256=EwNG98CAFIwNDmarwopf7Rk
|
|
|
163
163
|
dbt/include/global_project/macros/utils/safe_cast.sql,sha256=1mswwkDACmIi1I99JKb_-vq3kjMe4HhMRV70mW8Bt4Y,298
|
|
164
164
|
dbt/include/global_project/macros/utils/split_part.sql,sha256=fXEIS0oIiYR7-4lYbb0QbZdG-q2TpV63AFd1ky4I5UM,714
|
|
165
165
|
dbt/include/global_project/tests/generic/builtin.sql,sha256=p94xdyPwb2TlxgLBqCfrcRfJ1QNgsjPvBm8f0Q5eqZM,1022
|
|
166
|
-
dbt_adapters-1.16.
|
|
167
|
-
dbt_adapters-1.16.
|
|
168
|
-
dbt_adapters-1.16.
|
|
169
|
-
dbt_adapters-1.16.
|
|
166
|
+
dbt_adapters-1.16.5.dist-info/METADATA,sha256=otMClzeh3gNK273cCp3pI2qGK6GYjumhFN6RYt_ka9k,4534
|
|
167
|
+
dbt_adapters-1.16.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
168
|
+
dbt_adapters-1.16.5.dist-info/licenses/LICENSE,sha256=9yjigiJhWcCZvQjdagGKDwrRph58QWc5P2bVSQwXo6s,11344
|
|
169
|
+
dbt_adapters-1.16.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|