Dynamic Handling of issue_iid in Airbyte Custom Connector for GitLab Resource Label Events #49968
Unanswered
lidija9
asked this question in
Connector Builder
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am developing a source connector in Airbyte for GitLab, specifically for Resource Label events. According to the GitLab documentation, the required endpoint is
/projects/:id/issues/**:issue_iid**/resource_label_events
. The issue is that theissue_iid
parameter is required, and I am wondering if there is a way to make this dynamic. Is it possible to implement a loop in the Airbyte UI custom connector to automatically handle this for me?Thank you!
Beta Was this translation helpful? Give feedback.
All reactions