microsoft / fhir-loader

Bulk FHIR Data Loader
MIT License
44 stars 39 forks source link

Issue: FHIR bulk loader functionality not picking up .ndjson files from Azure blob storage. #55

Closed saurabhmandel closed 10 months ago

saurabhmandel commented 1 year ago

We have a container in blob storage where we are putting our ndjson files. As soon as the file comes into the container, the FHIR bulk loader should pick it up and load it in FHIR server. It was working fine before our service principal client secret got expired and we found out that our blob storage access key got expired. We have updated these both since in the key vault and still we are facing the issue that the FHIR bulk loader is not picking up the ndjson files from the container.

erikhoward commented 1 year ago

@saurabhmandel - we've just made a commit that should fix your issue with .ndjson files not being picked up from Azure blob storage. Please pull the latest code and try again.

saurabhmandel commented 1 year ago

Hi Eric Howard,

Just I have one question regarding this latest code just want to make sure that I am doing it correctly, I have pulled the latest repo as you mentioned so do I need to deploy a completely new FHIR bulk loader service or after pulling the latest code it will just work with old one ?

Thanks, Saurabh


From: Erik Howard @.> Sent: Tuesday, October 17, 2023 8:43 PM To: microsoft/fhir-loader @.> Cc: Saurabh Rawat @.>; Mention @.> Subject: Re: [microsoft/fhir-loader] Issue: FHIR bulk loader functionality not picking up .ndjson files from Azure blob storage. (Issue #55)

@saurabhmandelhttps://github.com/saurabhmandel - we've just made a commit that should fix your issue with .ndjson files not being picked up from Azure blob storage. Please pull the latest code and try again.

— Reply to this email directly, view it on GitHubhttps://github.com/microsoft/fhir-loader/issues/55#issuecomment-1766624820, or unsubscribehttps://github.com/notifications/unsubscribe-auth/BDCZYBU2ZL7WRAGHMGSJFG3X72OAHAVCNFSM6AAAAAA5V4S6OKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGYZDIOBSGA. You are receiving this because you were mentioned.Message ID: @.***>

evachen96 commented 11 months ago

@saurabhmandel You will need to redeploy a new FHIR bulk loader service. Let us know if that works!

evachen96 commented 10 months ago

@saurabhmandel I will close this issue for now, please re-open if the issue persists!