Hi, is there a way to inject custom script or code...
# ask-community-for-troubleshooting
a
Hi, is there a way to inject custom script or code in lifecycle of connectors? use case - I need to update metadata centralised metastore once the sync job completes with S3 destination
1
o
loading...
a
Hi @Ashish, no this is not possible at the moment, but we are thinking about this feature. Please subscribe to this issue to track progress on this topic: https://github.com/airbytehq/airbyte/issues/2645
You could still trigger the sync with our API and poll it to track job completion, then run your custom script from your environment.
a
Thanks @Alfie Mountfield, will follow that issue
Can you elaborate more on API execution? do you mean configuring connection in AirByte and schedule/manage execution of sync from outside in other systems. Though it can be done just wondering if AirByte pipelines are being used this way?