[CDK] add parent stream field to child URL path #33739
dmvianna
started this conversation in
Connector Ideas and Features
Replies: 3 comments 2 replies
-
Are you using the connector builder or the low-code CDK? |
Beta Was this translation helpful? Give feedback.
0 replies
-
I’m using the web ui. Is that the connector builder? It is referred to by the docs as no-code builder.
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Oh, I found it hidden in the docs. Trying to make it work now. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/{{ config['clientnamespace'] }}/v1/Employees
that returns an array ofemployee_id
;/{{ config['clientnamespace'] }}/v1/Employees/{{ employee_id }}/Schedules
that returns employee schedules.I need to fetch all employee schedules.
This is a common scenario. I'm developing a connector for this external API, and Airbyte lets me inject fields from the parent stream into the child stream, but only as query parameters, header or body of the request. Not in the URL itself.
I believe this is desirable functionality. Is there a way to make this work with the current implementation, or were I should I go from here? I created an issue for this here.
Beta Was this translation helpful? Give feedback.
All reactions