fivetran-connector-sdk 0.4.27.1__py3-none-any.whl → 0.4.30.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.
@@ -554,8 +554,12 @@ class Connector(connector_sdk_pb2_grpc.ConnectorServicer):
554
554
  column.type = common_pb2.DataType.BOOLEAN
555
555
  elif type.upper() == "SHORT":
556
556
  column.type = common_pb2.DataType.SHORT
557
+ elif type.upper() == "INT":
558
+ column.type = common_pb2.DataType.SHORT
557
559
  elif type.upper() == "LONG":
558
560
  column.type = common_pb2.DataType.LONG
561
+ elif type.upper() == "DECIMAL":
562
+ raise ValueError("DECIMAL data type missing precision and scale")
559
563
  elif type.upper() == "FLOAT":
560
564
  column.type = common_pb2.DataType.FLOAT
561
565
  elif type.upper() == "DOUBLE":
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fivetran_connector_sdk
3
- Version: 0.4.27.1
3
+ Version: 0.4.30.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/connector-sdk
@@ -1,4 +1,4 @@
1
- fivetran_connector_sdk/__init__.py,sha256=EE6OsCCsTFRjEKS8a_iqd5BbiVKRgmKaQlqJvetVBzM,29434
1
+ fivetran_connector_sdk/__init__.py,sha256=bDdPCJBcVnCV4Xs4wUD3lIJmi4NgI9LnYIoh0HYiAGI,29720
2
2
  fivetran_connector_sdk/protos/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
3
3
  fivetran_connector_sdk/protos/common_pb2.py,sha256=TtSQBIMjzugRMwBuC0mDaSpbqILjtlqdbg7Licw9BC0,6749
4
4
  fivetran_connector_sdk/protos/common_pb2.pyi,sha256=aPFyc2tDOFJnQKhwP9moA2xrd3ygrDwYjTY6KT-INfY,9035
@@ -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=I49KpGCshFNZVjGf3TcvPrO_4VzmpE-TYWjsAXliQkI,7454
7
7
  fivetran_connector_sdk/protos/connector_sdk_pb2.pyi,sha256=T0NRVDpyl-B-yKy_6AxQYODH4bfim16cJ0q2Eo_MS8E,8404
8
8
  fivetran_connector_sdk/protos/connector_sdk_pb2_grpc.py,sha256=4kmJ3SBcr3JTL5vh63wgMJ454HUJCv0dXlK3fvRyRQ0,7212
9
- fivetran_connector_sdk-0.4.27.1.dist-info/LICENSE,sha256=Kutp3D0T7HmHuBifKmbw39OZLAL1ckaLRb8u9lyJxE8,1065
10
- fivetran_connector_sdk-0.4.27.1.dist-info/METADATA,sha256=jGm4qT4Qh_NCsUk6R-qCGJWddP-QzUSwcTa0r4YDSig,670
11
- fivetran_connector_sdk-0.4.27.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
12
- fivetran_connector_sdk-0.4.27.1.dist-info/entry_points.txt,sha256=uQn0KPnFlQmXJfxlk0tifdNsSXWfVlnAFzNqjXZM_xM,57
13
- fivetran_connector_sdk-0.4.27.1.dist-info/top_level.txt,sha256=-_xk2MFY4psIh7jw1lJePMzFb5-vask8_ZtX-UzYWUI,23
14
- fivetran_connector_sdk-0.4.27.1.dist-info/RECORD,,
9
+ fivetran_connector_sdk-0.4.30.1.dist-info/LICENSE,sha256=Kutp3D0T7HmHuBifKmbw39OZLAL1ckaLRb8u9lyJxE8,1065
10
+ fivetran_connector_sdk-0.4.30.1.dist-info/METADATA,sha256=ncrDb8wdpckwZ6Vi-fF3r9q4cq9oh3TuoVCVH_fjKF4,670
11
+ fivetran_connector_sdk-0.4.30.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
12
+ fivetran_connector_sdk-0.4.30.1.dist-info/entry_points.txt,sha256=uQn0KPnFlQmXJfxlk0tifdNsSXWfVlnAFzNqjXZM_xM,57
13
+ fivetran_connector_sdk-0.4.30.1.dist-info/top_level.txt,sha256=-_xk2MFY4psIh7jw1lJePMzFb5-vask8_ZtX-UzYWUI,23
14
+ fivetran_connector_sdk-0.4.30.1.dist-info/RECORD,,