Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Pandas 2, Airflow 2.6.3 and Python 3.11 #1989

Merged
merged 43 commits into from
Aug 4, 2023
Merged

Conversation

utkarsharma2
Copy link
Collaborator

@utkarsharma2 utkarsharma2 commented Aug 2, 2023

Description

This PR addresses the following issues in the Current implementation

  1. Pandas 2.0 support
  2. Airflow 2.6.3 support
  3. Python 3.11 support

@utkarsharma2 utkarsharma2 requested a review from a team August 2, 2023 17:47
@utkarsharma2 utkarsharma2 marked this pull request as draft August 2, 2023 17:47
@utkarsharma2 utkarsharma2 changed the title Try dep changes Support for Pandas 2, Airflow 2.6.3 and Python 3.11 Aug 4, 2023
@codecov
Copy link

codecov bot commented Aug 4, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: +0.83% 🎉

Comparison is base (bfc8daa) 90.84% compared to head (238ff2f) 91.68%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1989      +/-   ##
==========================================
+ Coverage   90.84%   91.68%   +0.83%     
==========================================
  Files          72       72              
  Lines        4250     4255       +5     
  Branches      511      512       +1     
==========================================
+ Hits         3861     3901      +40     
+ Misses        302      269      -33     
+ Partials       87       85       -2     
Flag Coverage Δ
PythonSDK 91.68% <83.33%> (+0.83%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Changed Coverage Δ
python-sdk/src/astro/sql/operators/cleanup.py 90.08% <50.00%> (-1.52%) ⬇️
python-sdk/src/astro/databases/base.py 95.56% <100.00%> (+3.31%) ⬆️

... and 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@utkarsharma2 utkarsharma2 marked this pull request as ready for review August 4, 2023 20:39
@utkarsharma2 utkarsharma2 merged commit 0137b3a into main Aug 4, 2023
33 of 34 checks passed
@utkarsharma2 utkarsharma2 deleted the TryDepChanges branch August 4, 2023 20:39
utkarsharma2 added a commit that referenced this pull request Aug 8, 2023
This PR addresses the following issues in the Current implementation
1. Pandas 2.0 support
2. Airflow 2.6.3 support
3. Python 3.11 support

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants