dbt-adapters 1.15__py3-none-any.whl → 1.15.2__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_adapters-1.15.dist-info → dbt_adapters-1.15.2.dist-info}/METADATA +2 -2
- {dbt_adapters-1.15.dist-info → dbt_adapters-1.15.2.dist-info}/RECORD +5 -5
- {dbt_adapters-1.15.dist-info → dbt_adapters-1.15.2.dist-info}/WHEEL +0 -0
- {dbt_adapters-1.15.dist-info → dbt_adapters-1.15.2.dist-info}/licenses/LICENSE +0 -0
dbt/adapters/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "1.15"
|
|
1
|
+
version = "1.15.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: dbt-adapters
|
|
3
|
-
Version: 1.15
|
|
3
|
+
Version: 1.15.2
|
|
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
|
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
22
22
|
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Requires-Python: >=3.9.0
|
|
24
24
|
Requires-Dist: agate<2.0,>=1.0
|
|
25
|
-
Requires-Dist: dbt-common<
|
|
25
|
+
Requires-Dist: dbt-common<3.0,>=2.0
|
|
26
26
|
Requires-Dist: dbt-protos<2.0,>=1.0.291
|
|
27
27
|
Requires-Dist: mashumaro[msgpack]<3.15,>=3.9
|
|
28
28
|
Requires-Dist: protobuf<6.0,>=5.0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
dbt/adapters/__about__.py,sha256=
|
|
1
|
+
dbt/adapters/__about__.py,sha256=UIr04FUh-Qtwrcdor3nGig4UHjIOKoD76BAxzVJ-yQs,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
|
|
@@ -162,7 +162,7 @@ dbt/include/global_project/macros/utils/right.sql,sha256=EwNG98CAFIwNDmarwopf7Rk
|
|
|
162
162
|
dbt/include/global_project/macros/utils/safe_cast.sql,sha256=1mswwkDACmIi1I99JKb_-vq3kjMe4HhMRV70mW8Bt4Y,298
|
|
163
163
|
dbt/include/global_project/macros/utils/split_part.sql,sha256=fXEIS0oIiYR7-4lYbb0QbZdG-q2TpV63AFd1ky4I5UM,714
|
|
164
164
|
dbt/include/global_project/tests/generic/builtin.sql,sha256=p94xdyPwb2TlxgLBqCfrcRfJ1QNgsjPvBm8f0Q5eqZM,1022
|
|
165
|
-
dbt_adapters-1.15.dist-info/METADATA,sha256=
|
|
166
|
-
dbt_adapters-1.15.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
167
|
-
dbt_adapters-1.15.dist-info/licenses/LICENSE,sha256=9yjigiJhWcCZvQjdagGKDwrRph58QWc5P2bVSQwXo6s,11344
|
|
168
|
-
dbt_adapters-1.15.dist-info/RECORD,,
|
|
165
|
+
dbt_adapters-1.15.2.dist-info/METADATA,sha256=DrdzpLKN1lEHLBXpf-HBRToENnJHX5cAfIO3XFw0jr8,4533
|
|
166
|
+
dbt_adapters-1.15.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
167
|
+
dbt_adapters-1.15.2.dist-info/licenses/LICENSE,sha256=9yjigiJhWcCZvQjdagGKDwrRph58QWc5P2bVSQwXo6s,11344
|
|
168
|
+
dbt_adapters-1.15.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|