v1.2.0 Release
We're excited to release METL 1.2.
There are lots of pretty major changes with this release that make it possible to keep iterating as quickly as possible on METL. One of the biggest for us was introducing Atlas for database deployment. Previously, we had been using sqitch, but it requires 100% of the migration scripts be written by hand. Atlas allows us to define the database model in .HCL files and it builds the migration for us. Already, we're finding it easier to make significant code changes to the database faster and easier. Our database feels more agile thanks to Atlas!
What's new?
- Switched to using Atlas for database deployment
- Slack notifications
- Open Telemetry Tracing
- External secrets in AWS
- Reporting view (line_item_everything_view)
- ABA eligibility database updates
New data loads
- ABA eligibility loader added
- HCUP loads
- HCPCS lookup
- CPT lookup
- NANPA Area codes
- ICD-10 PCS and CM loads
extractor
improvements
- Support for XLSX files
isUnique
support
csvloader
improvements
- Release milliseconds support
Release details
Claims: Pull Request, Commit hash: 836a0d7
METL-deploy: Pull Request, Commit hash: 8d03407
Monorepo (Not public, but added here for documentation. We expect to open source extractor
and csvloader
in the future): Pull Request