[FEATURE] Add REST API data connector / data source #4179
AntonBiryukovUofC
started this conversation in
Request For Comment
Replies: 2 comments
-
Thanks for submitting, @AntonBiryukovUofC ! We will review internally and respond over the next week or so. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @AntonBiryukovUofC - following up. This sounds like an awesome feature, but is not something that we will be able to prioritize for our engineering team to build in the immediate future. That said, we are able to offer guidance and review if you would like to contribute this. Would that be of interest to you? |
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
-
Is your feature request related to a problem? Please describe.
Often, tabular data can be pulled in a JSON format / CSV string from an external REST API. It would be nice to have a way to request a batch of data via query parameters, similar to what is already done for SQL data connectors.
Describe the solution you'd like
Data connector that uses pandas execution engine and queries an endpoint with header/body/query parameters attached.
Describe alternatives you've considered
RuntimeDataConnector with python wrapper code to get the data and then feed to
great_expectations
, inline.Beta Was this translation helpful? Give feedback.
All reactions