Hi, I wnat to add pandas to manipulate the json da...
# connector-development
g
Hi, I wnat to add pandas to manipulate the json data in streams response method, In local it was working good. But when I deploy the image(after building). It is throwing error as: 2022-04-08 085710 destination > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. 2022-04-08 085711 destination > SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] 2022-04-08 085711 source > No module named 'pandas' Traceback (most recent call last): File "/airbyte/integration_code/main.py", line 9, in <module> from source_service_now_connector import SourceServiceNowConnector File "/airbyte/integration_code/source_service_now_connector/__init__.py", line 6, in <module> from .source import SourceServiceNowConnector File "/airbyte/integration_code/source_service_now_connector/source.py", line 15, in <module> import pandas as pd ModuleNotFoundError: No module named 'pandas' 2022-04-08 085712 INFO i.a.w.DefaultReplicationWorker(lambda$getReplicationRunnable$5):305 - Total records read: 0 (0 bytes)