dbt-adapters 1.4.0__py3-none-any.whl → 1.4.1__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/base/relation.py +5 -2
- {dbt_adapters-1.4.0.dist-info → dbt_adapters-1.4.1.dist-info}/METADATA +1 -1
- {dbt_adapters-1.4.0.dist-info → dbt_adapters-1.4.1.dist-info}/RECORD +6 -6
- {dbt_adapters-1.4.0.dist-info → dbt_adapters-1.4.1.dist-info}/WHEEL +0 -0
- {dbt_adapters-1.4.0.dist-info → dbt_adapters-1.4.1.dist-info}/licenses/LICENSE +0 -0
dbt/adapters/__about__.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
version = "1.4.
|
|
1
|
+
version = "1.4.1"
|
dbt/adapters/base/relation.py
CHANGED
|
@@ -241,8 +241,11 @@ class BaseRelation(FakeAPIObject, Hashable):
|
|
|
241
241
|
relation_config: RelationConfig,
|
|
242
242
|
limit: Optional[int] = None,
|
|
243
243
|
) -> Self:
|
|
244
|
-
# Note that ephemeral models are based on the
|
|
245
|
-
|
|
244
|
+
# Note that ephemeral models are based on the identifier, which will
|
|
245
|
+
# point to the model's alias if one exists and otherwise fall back to
|
|
246
|
+
# the filename. This is intended to give the user more control over
|
|
247
|
+
# the way that the CTE name is constructed
|
|
248
|
+
identifier = cls.add_ephemeral_prefix(relation_config.identifier)
|
|
246
249
|
return cls.create(
|
|
247
250
|
type=cls.CTE,
|
|
248
251
|
identifier=identifier,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: dbt-adapters
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
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
|
|
6
6
|
Project-URL: Documentation, https://docs.getdbt.com
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
dbt/__init__.py,sha256=iY4jdvOxcDhkdr5FiyOTZPHadKtMZDQ-qC6Fw6_EHPM,277
|
|
2
|
-
dbt/adapters/__about__.py,sha256=
|
|
2
|
+
dbt/adapters/__about__.py,sha256=_v6nQd_J3JWKdN0EM5pVQyKX6Gw4fD9xA2Uxl7be_eg,18
|
|
3
3
|
dbt/adapters/__init__.py,sha256=3noHsg-64qI0_Pw6OR9F7l1vU2_qrJvinq8POTtuaZM,252
|
|
4
4
|
dbt/adapters/cache.py,sha256=WGy4ewnz-J13LverTACBW2iFhGswrWLgm-wiBrQnMzo,20084
|
|
5
5
|
dbt/adapters/capability.py,sha256=-Mbej2AL_bjQatHpFWUgsQ8z0zwnotyE9Y5DYHnX7NE,2364
|
|
@@ -16,7 +16,7 @@ dbt/adapters/base/impl.py,sha256=oRkaEUjLWLlisyLpxpjddDj7j0mjh5OWXwVgT0h6y14,695
|
|
|
16
16
|
dbt/adapters/base/meta.py,sha256=MMqL2xBqdvoacNs9JcL0E38NZIhCP4RH4OD_z_jo7GQ,4644
|
|
17
17
|
dbt/adapters/base/plugin.py,sha256=rm0GjNHnWM2mn0GJOjciZLwn-02xlzWCoMT9u-epwP0,1076
|
|
18
18
|
dbt/adapters/base/query_headers.py,sha256=UluGd9IYCYkoMiDi5Yx_lnrCOSjWppjwRro4SIGgx8I,3496
|
|
19
|
-
dbt/adapters/base/relation.py,sha256=
|
|
19
|
+
dbt/adapters/base/relation.py,sha256=oRaR8TtcngzUPE_BOORkgYcNg0aJ5_a_jcxYvlK01LE,16401
|
|
20
20
|
dbt/adapters/clients/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
21
21
|
dbt/adapters/clients/jinja.py,sha256=NsZOiBpOLunS46hRL5OcX1MpY3Ih6_87Vgz4qd_PNbc,768
|
|
22
22
|
dbt/adapters/contracts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -157,7 +157,7 @@ dbt/include/global_project/macros/utils/right.sql,sha256=EwNG98CAFIwNDmarwopf7Rk
|
|
|
157
157
|
dbt/include/global_project/macros/utils/safe_cast.sql,sha256=1mswwkDACmIi1I99JKb_-vq3kjMe4HhMRV70mW8Bt4Y,298
|
|
158
158
|
dbt/include/global_project/macros/utils/split_part.sql,sha256=fXEIS0oIiYR7-4lYbb0QbZdG-q2TpV63AFd1ky4I5UM,714
|
|
159
159
|
dbt/include/global_project/tests/generic/builtin.sql,sha256=p94xdyPwb2TlxgLBqCfrcRfJ1QNgsjPvBm8f0Q5eqZM,1022
|
|
160
|
-
dbt_adapters-1.4.
|
|
161
|
-
dbt_adapters-1.4.
|
|
162
|
-
dbt_adapters-1.4.
|
|
163
|
-
dbt_adapters-1.4.
|
|
160
|
+
dbt_adapters-1.4.1.dist-info/METADATA,sha256=tyOBq9sBta4UHrnz6x5Q4FP0mFfiO8b2HXnx5tJH8P4,2547
|
|
161
|
+
dbt_adapters-1.4.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
162
|
+
dbt_adapters-1.4.1.dist-info/licenses/LICENSE,sha256=9yjigiJhWcCZvQjdagGKDwrRph58QWc5P2bVSQwXo6s,11344
|
|
163
|
+
dbt_adapters-1.4.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|