Closed dannymeijer closed 11 months ago
updates:
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
d49ddac
) 88.49% compared to head (e98d5d9
) 88.49%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Please let me know when/if we can get a release around this PR. :)
Please let me know when/if we can get a release around this PR. :)
One more PR pending from @stikkireddy , as it gets fixed we can do 1.0.0. We can target next week
Description
Disable apache-airflow (needs to be manually side loaded as poetry is unable to) - this because apache-airflow supports pydantic 2.*, but poetry's dependency resolced doesn't understand how to resolve it correctlyBlack configuration modernized (120 character width vs 88)Related Issue
N/A
Motivation and Context
Want to bring in support for pydantic 2.4
How Has This Been Tested?
Unit tests and some integration tests with locally available projects that run against Brickflow
Screenshots (if appropriate):
N/A
Types of changes
Checklist:
My change requires a change to the documentation.