Hey, Wanted some advice on a custom rest connector...
# help-connector-development
t
Hey, Wanted some advice on a custom rest connector using python. Can someone tell me at what point state is updated during instantiation? Thanks
m
Airbyte doesn’t have a generic REST API connector. You can create easily a custom connector to work with your API.
t
the HTTP api connector
either way - I'm trying to debug a custom connector I'm building and I'm getting an empty stream state which is causing me some issues
m
Have you overcome your problems?