Bashir Sadjad

Results 81 comments of Bashir Sadjad

> > Any hints on this latest failure would be appreciated. > > The problem seems to be that one patient data is missing from the generated Parquet files. I...

Yes this is a known issue but we prefer not to increase the default memory significantly. To see the reasoning, please take a look at where `JAVA_OPTS` is set [here](https://github.com/google/fhir-data-pipes/blob/ce084111e358b13326e844bb674476d8e654c8f0/docker/.env#L38)...

Just to clarify, the cron schedule is currently based on the local time of the machine on which the controller runs; we can certainly add timezone too.

Thanks @mozzy11 for filing this. I also think that we are now overusing the word `Util` in naming those classes and using a more specific name would make the purpose...

I have not seen this error in a long time; lowering priority.

Thanks @luisyng for filing this feature request; this is just to document what we discussed in the dev. call and emails: The obvious/current solution for this is to have one...

This is not a requirement for Beta launch so moving to "post-beta" milestone.

Sorry for the delay. Yes the feature for syncing from one FHIR server to another is not added in the controller. It is not too much work to add but...

Thanks @muhammad-levi for the updates. For the federation scenario, it is probably best to try to add it to the controller and incremental pipelines as well. Otherwise you need to...

Basically what the `controller` does is to automate the process of running the pipelines (including the incremental ones). So you can manually run the "batch" pipeline in the incremental mode...