Hi Team, I am working on creating a custom connect...
# help-connector-development
a
Hi Team, I am working on creating a custom connector for public API, I am able to complete the connection successfully, discover and read the data from API. But when I try to read the data using command
Copy code
python main.py read --config secrets/config.json --catalog sample_files/configured_catalog.json
I am getting an data on command line but at the end of the response I am getting an error
"failure_type": "system_error"}}
I am not aware of the reason for this error, I have attached the screen shots for the response below, Please anyone help me understand the reason behind this error Thank you
m
Can you try to use the flag
--debug
?
python main.py read --config secrets/config.json --catalog sample_files/configured_catalog.json --debug
it will print more information about the request and errors.
a
This is what I get when I execute the command above and later I get the regular o/p with
system_error
at the end.