integrations-core
integrations-core copied to clipboard
updates Airflow metric units
What does this PR do?
Updates Airflow metric units to correspond to the values in the Airflow docs
Motivation
Customer request
Review checklist (to be filled by reviewers)
- [ ] Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
- [ ] Changelog entries must be created for modifications to shipped code
- [ ] Add the
qa/skip-qalabel if the PR doesn't need to be tested during QA. - [ ] If you need to backport this PR to another branch, you can add the
backport/<branch-name>label to the PR and it will automatically open a backport PR once this one is merged
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.77%. Comparing base (
1e1a1f7) to head (f0627fa). Report is 440 commits behind head on master.
It seems like the airflow documentation was updated. They now specify milliseconds as well, which is in line with our current doc.