astronomer / astro-sdk

Astro SDK allows rapid and clean development of {Extract, Load, Transform} workflows using Python and SQL, powered by Apache Airflow.
https://astro-sdk-python.rtfd.io/
Apache License 2.0
329 stars 40 forks source link

Format pyproject to fix Test RC Job #2113

Closed pankajastro closed 5 months ago

pankajastro commented 5 months ago

RC job does not replace the square bracket correctly if we have a dependency and square bracket in the same line for example openlineage = ["apache-airflow-providers-openlineage==1.5.0rc1"] The workaround is to keep the square bracket and dependency in newline

openlineage = [
    "apache-airflow-providers-openlineage==1.5.0rc1",
]

This PR, format the pyproject.py to make the Test job green. I faced an issue while testing https://github.com/astronomer/astro-sdk/pull/2112

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (5521ce2) 90.73% compared to head (3efa9d6) 89.43%. Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #2113 +/- ## ========================================== - Coverage 90.73% 89.43% -1.30% ========================================== Files 75 75 Lines 4317 4317 Branches 538 538 ========================================== - Hits 3917 3861 -56 - Misses 301 355 +54 - Partials 99 101 +2 ``` | [Flag](https://app.codecov.io/gh/astronomer/astro-sdk/pull/2113/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=astronomer) | Coverage Δ | | |---|---|---| | [PythonSDK](https://app.codecov.io/gh/astronomer/astro-sdk/pull/2113/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=astronomer) | `89.43% <ø> (-1.30%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=astronomer#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.