You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we implemented the support for ViewDefinition (#821 and #916) we added relational tables as the only supported output (#822). We should extend this functionality and add an option for Parquet files as well. Note this is different from our default Parquet approach where we export full FHIR resources into the "wide" schema. Here, we create the flat schema of the given ViewDefinition in the output Parquet; so it is like a materialized view.
The text was updated successfully, but these errors were encountered:
When we implemented the support for
ViewDefinition
(#821 and #916) we added relational tables as the only supported output (#822). We should extend this functionality and add an option for Parquet files as well. Note this is different from our default Parquet approach where we export full FHIR resources into the "wide" schema. Here, we create the flat schema of the givenViewDefinition
in the output Parquet; so it is like a materialized view.The text was updated successfully, but these errors were encountered: