fivetran-connector-sdk 0.8.26.1__py3-none-any.whl → 0.8.28.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.
@@ -23,7 +23,7 @@ from fivetran_connector_sdk.protos import common_pb2
23
23
  from fivetran_connector_sdk.protos import connector_sdk_pb2
24
24
  from fivetran_connector_sdk.protos import connector_sdk_pb2_grpc
25
25
 
26
- __version__ = "0.8.26.1"
26
+ __version__ = "0.8.28.1"
27
27
 
28
28
  MAC_OS = "mac"
29
29
  WIN_OS = "windows"
@@ -112,7 +112,7 @@ class Logging:
112
112
  Args:
113
113
  message (str): The message to log.
114
114
  """
115
- if Logging.LOG_LEVEL == Logging.Level.SEVERE:
115
+ if Logging.LOG_LEVEL <= Logging.Level.SEVERE:
116
116
  Logging.__log(Logging.Level.SEVERE, message)
117
117
 
118
118
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fivetran_connector_sdk
3
- Version: 0.8.26.1
3
+ Version: 0.8.28.1
4
4
  Summary: Build custom connectors on Fivetran platform
5
5
  Author-email: Fivetran <developers@fivetran.com>
6
6
  Project-URL: Homepage, https://fivetran.com/docs/connectors/connector-sdk
@@ -32,7 +32,7 @@ To learn more, see our [Connector SDK documentation](https://fivetran.com/docs/c
32
32
  pip install fivetran-connector-sdk
33
33
 
34
34
  ## **Requirements**
35
- - Python ≥3.9 and ≤3.12
35
+ - Python ≥3.9 and ≤3.11
36
36
  - Operating System:
37
37
  - Windows 10 or later
38
38
  - MacOS 13 (Ventura) or later
@@ -1,4 +1,4 @@
1
- fivetran_connector_sdk/__init__.py,sha256=AMzH_QqaLv23ZeF-_KzYx0hWDN12VywiKkzAT8yFsQc,57810
1
+ fivetran_connector_sdk/__init__.py,sha256=R8GDHcWuz1MlO_yvcND3-ddMTGokUwxknLuknk_lDLw,57810
2
2
  fivetran_connector_sdk/protos/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
3
  fivetran_connector_sdk/protos/common_pb2.py,sha256=kUwVcyZHgLigNR-KnHZn7dHrlxaMnUXqzprsRx6T72M,6831
4
4
  fivetran_connector_sdk/protos/common_pb2.pyi,sha256=S0hdIzoXyyOKD5cjiGeDDLYpQ9J3LjAvu4rCj1JvJWE,9038
@@ -6,8 +6,8 @@ fivetran_connector_sdk/protos/common_pb2_grpc.py,sha256=1oboBPFxaTEXt9Aw7EAj8gXH
6
6
  fivetran_connector_sdk/protos/connector_sdk_pb2.py,sha256=9Ke_Ti1s0vAeXapfXT-EryrT2-TSGQb8mhs4gxTpUMk,7732
7
7
  fivetran_connector_sdk/protos/connector_sdk_pb2.pyi,sha256=FWYxRgshEF3QDYAE0TM_mv4N2gGvkxCH_uPpxnMc4oA,8406
8
8
  fivetran_connector_sdk/protos/connector_sdk_pb2_grpc.py,sha256=ZfJLp4DW7uP4pFOZ74s_wQ6tD3eIPi-08UfnLwe4tzo,7163
9
- fivetran_connector_sdk-0.8.26.1.dist-info/METADATA,sha256=CQ7uLrOEWXK6qdRf1KRNGvAr5WjvNlyxW5HxUO5rBI4,2788
10
- fivetran_connector_sdk-0.8.26.1.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91
11
- fivetran_connector_sdk-0.8.26.1.dist-info/entry_points.txt,sha256=uQn0KPnFlQmXJfxlk0tifdNsSXWfVlnAFzNqjXZM_xM,57
12
- fivetran_connector_sdk-0.8.26.1.dist-info/top_level.txt,sha256=-_xk2MFY4psIh7jw1lJePMzFb5-vask8_ZtX-UzYWUI,23
13
- fivetran_connector_sdk-0.8.26.1.dist-info/RECORD,,
9
+ fivetran_connector_sdk-0.8.28.1.dist-info/METADATA,sha256=9binqA3DplnYJtp8C7UT0sVBY504Dbnfmzppus4TY9o,2788
10
+ fivetran_connector_sdk-0.8.28.1.dist-info/WHEEL,sha256=UvcQYKBHoFqaQd6LKyqHw9fxEolWLQnlzP0h_LgJAfI,91
11
+ fivetran_connector_sdk-0.8.28.1.dist-info/entry_points.txt,sha256=uQn0KPnFlQmXJfxlk0tifdNsSXWfVlnAFzNqjXZM_xM,57
12
+ fivetran_connector_sdk-0.8.28.1.dist-info/top_level.txt,sha256=-_xk2MFY4psIh7jw1lJePMzFb5-vask8_ZtX-UzYWUI,23
13
+ fivetran_connector_sdk-0.8.28.1.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (73.0.1)
2
+ Generator: setuptools (74.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5