UDub-Impact / OData-Connector

Google Data Studio connector designed for the Open Data Kit OData API.
MIT License
11 stars 7 forks source link

OData version #25

Closed monty241 closed 3 years ago

monty241 commented 3 years ago

I am curious about what OData version is supported, 3 or 4?

wenjunsun commented 3 years ago

@lognaturel I am not sure which version of OData ODK Central supports, do you know about this? Thanks

lognaturel commented 3 years ago

This connector isn't a generic OData connector but specifically for ODK Central which implements the 4.0 Minimal Conformance level. You can read more about what Central supports here.

monty241 commented 3 years ago

Thank you! It was worth a try. The current logic can't pass /sessions.

Background for the question was that we have a generic OData4 producer on https://cloud.invantive.com (actually the data is coming from https://bridge-online.cloud/NAME/odata4/...) and a limited audience prefers to use Google Data Studio instead of Power BI / Query / Azure Data Factory.

Google Data Studio is a too small audience to justify investing in a generic OData connector ourselves; chicken and the egg problem.