dbt-common 1.27.0__py3-none-any.whl → 1.28.0__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.
- dbt_common/__about__.py +1 -1
- dbt_common/events/types.py +1 -1
- {dbt_common-1.27.0.dist-info → dbt_common-1.28.0.dist-info}/METADATA +3 -3
- {dbt_common-1.27.0.dist-info → dbt_common-1.28.0.dist-info}/RECORD +6 -6
- {dbt_common-1.27.0.dist-info → dbt_common-1.28.0.dist-info}/WHEEL +0 -0
- {dbt_common-1.27.0.dist-info → dbt_common-1.28.0.dist-info}/licenses/LICENSE +0 -0
dbt_common/__about__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
version = "1.
|
1
|
+
version = "1.28.0"
|
dbt_common/events/types.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: dbt-common
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.28.0
|
4
4
|
Summary: The shared common utilities that dbt-core and adapter implementations use
|
5
5
|
Project-URL: Homepage, https://github.com/dbt-labs/dbt-common
|
6
6
|
Project-URL: Repository, https://github.com/dbt-labs/dbt-common.git
|
@@ -33,7 +33,7 @@ Requires-Dist: jinja2<4,>=3.1.3
|
|
33
33
|
Requires-Dist: jsonschema<5.0,>=4.0
|
34
34
|
Requires-Dist: mashumaro[msgpack]<4.0,>=3.9
|
35
35
|
Requires-Dist: pathspec<0.13,>=0.9
|
36
|
-
Requires-Dist: protobuf<
|
36
|
+
Requires-Dist: protobuf<7.0,>=6.0
|
37
37
|
Requires-Dist: python-dateutil<3.0,>=2.0
|
38
38
|
Requires-Dist: requests<3.0.0
|
39
39
|
Requires-Dist: typing-extensions<5.0,>=4.4
|
@@ -50,7 +50,7 @@ Requires-Dist: mypy<2.0,>=1.3; extra == 'lint'
|
|
50
50
|
Requires-Dist: pytest<8.0,>=7.3; extra == 'lint'
|
51
51
|
Requires-Dist: types-jinja2<3.0,>=2.11; extra == 'lint'
|
52
52
|
Requires-Dist: types-jsonschema<5.0,>=4.17; extra == 'lint'
|
53
|
-
Requires-Dist: types-protobuf<
|
53
|
+
Requires-Dist: types-protobuf<7.0,>=6.0; extra == 'lint'
|
54
54
|
Requires-Dist: types-python-dateutil<3.0,>=2.8; extra == 'lint'
|
55
55
|
Requires-Dist: types-pyyaml<7.0,>=6.0; extra == 'lint'
|
56
56
|
Requires-Dist: types-requests; extra == 'lint'
|
@@ -1,4 +1,4 @@
|
|
1
|
-
dbt_common/__about__.py,sha256=
|
1
|
+
dbt_common/__about__.py,sha256=awUd0rfOi79VMjM8HkYDAE0wB4W10wqUL1kdZAy76qM,19
|
2
2
|
dbt_common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
dbt_common/behavior_flags.py,sha256=hQzxCqQSweJbRp_xoQqNnlUF77PBuOdCdLOSdcBlkxk,4885
|
4
4
|
dbt_common/constants.py,sha256=6ATQPXft7vw_vyhnmkGy3geKfuzWC3ZiUH4kuNuGQ5w,381
|
@@ -37,7 +37,7 @@ dbt_common/events/functions.py,sha256=2laadmQkHCUuEPHdWCJ2yIKlYSlEkpwD7A6iKKuQpJ
|
|
37
37
|
dbt_common/events/helpers.py,sha256=29FF0ZR24Zdvk23-bzIZKu8Pb4wFn-B1fFx28lLIpNw,450
|
38
38
|
dbt_common/events/interfaces.py,sha256=hEDeDoB0FW2RYHVZBG7gebEt_mUVBzkn1yPubpaxs-s,147
|
39
39
|
dbt_common/events/logger.py,sha256=siCM47WnjiA5wWoYzHDqe9mIr-b-XYNctP8r3o1zvSc,6800
|
40
|
-
dbt_common/events/types.py,sha256=
|
40
|
+
dbt_common/events/types.py,sha256=6JagVue9hyNTXerVJ7OjC_rfH2HGJOmSyhDV9FgnUeM,4683
|
41
41
|
dbt_common/events/types_pb2.py,sha256=5-2q4Khin8YHzV6YA0PYo_UgRB9j_q7yRLe8LoR8reM,125
|
42
42
|
dbt_common/exceptions/__init__.py,sha256=X_Uw7BxOzXev_9JMYfs5Cm-_i_Qf2PJim8_-dDJI7Y8,361
|
43
43
|
dbt_common/exceptions/base.py,sha256=23ijq-AtQgUSvZ9JbrCIZ87Pbyn8iEYezX95IXAZ4FY,7783
|
@@ -56,7 +56,7 @@ dbt_common/utils/encoding.py,sha256=6_kSY2FvGNYMg7oX7PrbvVioieydih3Kl7Ii802LaHI,
|
|
56
56
|
dbt_common/utils/executor.py,sha256=pNY0UbPlwQmTE69Vt_Rj91YGCIOEaqeYU3CjAds0T70,2454
|
57
57
|
dbt_common/utils/formatting.py,sha256=JUn5rzJ-uajs9wPCN0-f2iRFY1pOJF5YjTD9dERuLoc,165
|
58
58
|
dbt_common/utils/jinja.py,sha256=JXgNmJArGGy0h7qkbNLA3zaEQmoF1CxsNBYTlIwFXDw,1101
|
59
|
-
dbt_common-1.
|
60
|
-
dbt_common-1.
|
61
|
-
dbt_common-1.
|
62
|
-
dbt_common-1.
|
59
|
+
dbt_common-1.28.0.dist-info/METADATA,sha256=A_y25qo_YKgiA9tZvBFfLRdfEGxNjIE4iwQe94kPEbk,4988
|
60
|
+
dbt_common-1.28.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
61
|
+
dbt_common-1.28.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
62
|
+
dbt_common-1.28.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|