google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
150 stars 84 forks source link

Implement a BigQuery runner for the query library #180

Closed bashir2 closed 2 years ago

bashir2 commented 3 years ago

With the new approach to our query library API, the underlying runner for distributed data processing is completely separated from how the end user of the library, uses the generated Pandas DataFrames. Our current focus is the Spark runner but we will need a BigQuery based implementation too, i.e., implementing this class.

The new query API is a work in progress and we should focus on BigQuery runner only after we are fairly confident the query API is good enough for the immediate use-cases we have.

bashir2 commented 2 years ago

This is implemented in PR #269.