Add Airflow 3 tests matrix entry#1646
Merged
Merged
Conversation
✅ Deploy Preview for sunny-pastelito-5ecb04 canceled.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1646 +/- ##
==========================================
+ Coverage 97.44% 97.50% +0.05%
==========================================
Files 83 83
Lines 5049 5049
==========================================
+ Hits 4920 4923 +3
+ Misses 129 126 -3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
90773c6 to
32b56de
Compare
Deploying astronomer-cosmos with
|
| Latest commit: |
b09a4b1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9fcc87d8.astronomer-cosmos.pages.dev |
| Branch Preview URL: | https://add-airflow-3-test-matrix-en.astronomer-cosmos.pages.dev |
32b56de to
0d1a729
Compare
8110849 to
29c9508
Compare
pankajkoti
commented
Apr 28, 2025
pankajkoti
commented
Apr 28, 2025
pankajastro
approved these changes
Apr 28, 2025
Contributor
Author
|
There was an issue at GitHub's end while this PR was getting merged and as a result the changes might not be visible in the "Files Changed" tab for this PR. To refer to the changes in this PR, please have a look at the merged commit 1585473 |
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds Airflow 3 matrix entries to the various tests that we run in our CI including unit, integration, dbt-async, performance and k8s tests.
It also makes tweaks to the setup scripts for airflow version specific db commands. Since, "airflow db init" no longer works with Airflow 3, the PR replaces its usage with airflow db migrate along with needed refactoring to those scripts.
While the PR attempts to fix few of the failing tests to add compatibility for Airflow 3, I am skipping remaining failing tests to be run on Airflow 3. I have created independent issues to resolve each of them and have also added TODO comments linking to those issues in the TODO comment.
related: #1631