Forward a presigned URL using Airbyte #54129
Unanswered
thomas77
asked this question in
Connector Questions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm wondering if the following use case is feasible using Airbyte:
Could you please tell me if this is feasible? I know that we can forward API parameters from a parent call to a child call, but I'm not sure if it's possible with a presigned URL. The final objective is to be able to download the file.
Here's what I've done so far:
I created a CSV source configured with a signed URL and pushed it to Google Cloud Storage -> it's working well.
I created a custom connector to retrieve the signed URL from an API -> I'm able to get it.
Now my question is: how can I link these two steps? First, retrieving the signed URL, and then injecting it into the CSV source configuration.
Thank you for your help.
Regards,
Thomas
Beta Was this translation helpful? Give feedback.
All reactions