maronavenue opened a new issue, #10559:
URL: https://github.com/apache/datafusion/issues/10559

   ### Is your feature request related to a problem or challenge?
   
   Hi team,
   
   We have been exploring DataFusion to provide unified access to all our 
various data sources. For cases where we implement a custom TableProvider that 
sources a generic web service that fetches data through multiple 
tables/databases depending on the graphql request, how can we make the schema 
generic as well so users can select any fields from all tables the said API has?
   
   ### Describe the solution you'd like
   
   _No response_
   
   ### Describe alternatives you've considered
   
   One alternative I thought is to simply create one custom `TableProvider` per 
table using the same API, but only that each will have different request 
patterns to reach out to separate table sources. However, this requires 
additional overhead of having to define all tables the generic API has.
   
   ### Additional context
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to