Does Dremio have GraphQL connectivity? If so I would like to try and push data into PostgresQL and via GraphQL, Dremio can pick it up
I used the jdbc connector to wire up graphQL to dremio. We ultimately did not continue down that path but that had nothing to do with the connector. You could use the Flight connector as well, and that is what we ended up with in our (ultimately non-GraphQL) solution because it seemed to handle load better than the JDBC one.