fivetran-connector-sdk 0.7.23.1__py3-none-any.whl → 0.7.23.3__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.
@@ -13,7 +13,7 @@ import traceback
13
13
 
14
14
  from concurrent import futures
15
15
  from datetime import datetime
16
- from enum import Enum
16
+ from enum import IntEnum
17
17
  from google.protobuf import timestamp_pb2
18
18
  from zipfile import ZipFile, ZIP_DEFLATED
19
19
 
@@ -39,7 +39,7 @@ TABLES = {}
39
39
 
40
40
 
41
41
  class Logging:
42
- class Level(Enum):
42
+ class Level(IntEnum):
43
43
  FINE = 1
44
44
  INFO = 2
45
45
  WARNING = 3
@@ -61,12 +61,12 @@ class Logging:
61
61
 
62
62
  @staticmethod
63
63
  def info(message: str):
64
- if Logging.LOG_LEVEL == Logging.Level.INFO:
64
+ if Logging.LOG_LEVEL <= Logging.Level.INFO:
65
65
  Logging.__log(Logging.Level.INFO, message)
66
66
 
67
67
  @staticmethod
68
68
  def warning(message: str):
69
- if Logging.LOG_LEVEL == Logging.Level.WARNING:
69
+ if Logging.LOG_LEVEL <= Logging.Level.WARNING:
70
70
  Logging.__log(Logging.Level.WARNING, message)
71
71
 
72
72
  @staticmethod
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fivetran_connector_sdk
3
- Version: 0.7.23.1
3
+ Version: 0.7.23.3
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
@@ -1,4 +1,4 @@
1
- fivetran_connector_sdk/__init__.py,sha256=M__-L8nT-NIHEFVRXLpz3LBQVZgImyN_luVhX2zJQfs,33364
1
+ fivetran_connector_sdk/__init__.py,sha256=X8FNkwbq-sLClW05eDMJWtlDc1n-SUDWbdF-sMYrWVE,33370
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,9 +6,9 @@ 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.7.23.1.dist-info/LICENSE,sha256=Kutp3D0T7HmHuBifKmbw39OZLAL1ckaLRb8u9lyJxE8,1065
10
- fivetran_connector_sdk-0.7.23.1.dist-info/METADATA,sha256=7SdSujAanafdTc4v-lCwGY7-BMkVibhq8snqcs7mOIc,651
11
- fivetran_connector_sdk-0.7.23.1.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
12
- fivetran_connector_sdk-0.7.23.1.dist-info/entry_points.txt,sha256=uQn0KPnFlQmXJfxlk0tifdNsSXWfVlnAFzNqjXZM_xM,57
13
- fivetran_connector_sdk-0.7.23.1.dist-info/top_level.txt,sha256=-_xk2MFY4psIh7jw1lJePMzFb5-vask8_ZtX-UzYWUI,23
14
- fivetran_connector_sdk-0.7.23.1.dist-info/RECORD,,
9
+ fivetran_connector_sdk-0.7.23.3.dist-info/LICENSE,sha256=Kutp3D0T7HmHuBifKmbw39OZLAL1ckaLRb8u9lyJxE8,1065
10
+ fivetran_connector_sdk-0.7.23.3.dist-info/METADATA,sha256=-_8QYUdJZrrEV7gmMH7xrqX5mmZGTRsz2a6GKAo9l-o,651
11
+ fivetran_connector_sdk-0.7.23.3.dist-info/WHEEL,sha256=Wyh-_nZ0DJYolHNn1_hMa4lM7uDedD_RGVwbmTjyItk,91
12
+ fivetran_connector_sdk-0.7.23.3.dist-info/entry_points.txt,sha256=uQn0KPnFlQmXJfxlk0tifdNsSXWfVlnAFzNqjXZM_xM,57
13
+ fivetran_connector_sdk-0.7.23.3.dist-info/top_level.txt,sha256=-_xk2MFY4psIh7jw1lJePMzFb5-vask8_ZtX-UzYWUI,23
14
+ fivetran_connector_sdk-0.7.23.3.dist-info/RECORD,,