smart-on-fhir / cumulus-library

https://docs.smarthealthit.org/cumulus/library/
Apache License 2.0
2 stars 0 forks source link

fix: if a table does not exist, use an empty schema #236

Closed mikix closed 1 month ago

mikix commented 1 month ago

(Instead of erroring out.)

This helps in cases where some tables get optionally created (like the ETL completion tables), because Athena generates an exception for that.

Checklist