Bashir Sadjad
Bashir Sadjad
I just tried this once yesterday and it worked, i.e., the test image was deleted after the script was done (image tag `test_2018-12-05-15-56-42` to be specific). That said, there are...
I like to extend the scope of this issue to setup something that can actually do some sort of static type checking. Until we can use Python 3, it seems...
I also checked with python-users@ and it seems [the comment style suggestion or PEP-484](https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code) conforms to the style guide. It is also concise and makes the eventual move to Python...
Asha has created separate issues for type checking, namely Issue #189, #190, so I am unassigning myself since type checking was the main part I was planning to do. I...
Following the offline conversions, here are a few points about this for posterity: - Our Parquet file generation used to be "append only"; this would mean that if a FHIR...
> > > > > OK, now onto github packages - with this change, do we always overwrite the SNAPSHOT? so if I have a PR in development, and I...
> @bashir2 do you have any comments for this PR ?? Yeah I was just reviewing this (after the e2e-tests passed); sorry that debugging our e2e-test failures is not trivial.
> Hello @bashir2 , Generally ive notoced the tests consistently fail when i run controller pipelines to sync data to a parquest DWH and a FHIR sink simultaneously , basically...
Thanks @mozzy11 for debugging and the changes; I'll take a look soon. In the dev. call tomorrow, do you mind discussing this and the FHIR-server to FHIR-server sync scenario in...
I think Beam supports S3 natively; we should probably just add a dependency and maybe set some filesystem options to fix this. I will take a look at this soon.