Replies: 11 comments
-
Beta Was this translation helpful? Give feedback.
-
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the |
Beta Was this translation helpful? Give feedback.
-
Could be addressed by #1649 |
Beta Was this translation helpful? Give feedback.
-
Curious if there is any more progress on this? |
Beta Was this translation helpful? Give feedback.
-
Not really 😕. Did you have a particular use case is mind? |
Beta Was this translation helpful? Give feedback.
-
Definitely a nice-to-have rather than a pressing issue, but same as my comment on the GitLab issue - |
Beta Was this translation helpful? Give feedback.
-
I'll revisit #1649 and see if I can a) make sure the API in that PR would truly solve this and b) get it to a merge-able state |
Beta Was this translation helpful? Give feedback.
-
Appreciate it - no rush though. 😄 |
Beta Was this translation helpful? Give feedback.
-
This has been marked as stale because it is unassigned, and has not had recent activity. It will be closed after 21 days if no further activity occurs. If this should never go stale, please add the |
Beta Was this translation helpful? Give feedback.
-
Should stay open IMO |
Beta Was this translation helpful? Give feedback.
-
Agreed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Migrated from GitLab: https://gitlab.com/meltano/sdk/-/issues/93
Originally created by @aaronsteers on 2021-04-08 23:56:48
There are at least two use cases for developers to make additional REST API calls beyond what is handled already by the SDK:
get_records()
.post_process()
handler.For both of these cases, we should establish a pattern that developers can implement with confidence.
As of today, the developer would likely implement calls against the
requests
library directly. The biggest downside of this approach is that those extra calls may have inconsistencies in regards to authentication and retry logic.Beta Was this translation helpful? Give feedback.
All reactions