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

Status of testing Providers that were prepared on July 28, 2024 #41080

Closed
6 of 31 tasks
eladkal opened this issue Jul 28, 2024 · 9 comments
Closed
6 of 31 tasks

Status of testing Providers that were prepared on July 28, 2024 #41080

eladkal opened this issue Jul 28, 2024 · 9 comments
Labels
kind:meta High-level information important to the community provider:amazon-aws AWS/Amazon - related issues provider:fab provider:google Google (including GCP) related issues testing status Status of testing releases

Comments

@eladkal
Copy link
Contributor

eladkal commented Jul 28, 2024

Body

I have a kind request for all the contributors to the latest provider packages release.
Could you please help us to test the RC versions of the providers?

The guidelines on how to test providers can be found in

Verify providers by contributors

Let us know in the comment, whether the issue is addressed.

Those are providers that require testing as there were some substantial changes introduced:

Provider amazon: 8.27.0rc1

Provider fab: 1.2.2rc1

Provider google: 10.21.1rc1

All users involved in the PRs:
@moiseenkov @dstandish @dirrao @potiuk @JDarDagran @gopidesupavan @mobuchowski @VladaZakharova @o-nikolas @e-galan @kacpermuda @vincbeck @jhongy1994

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@eladkal eladkal added kind:meta High-level information important to the community testing status Status of testing releases labels Jul 28, 2024
@dosubot dosubot bot added provider:amazon-aws AWS/Amazon - related issues provider:fab provider:google Google (including GCP) related issues labels Jul 28, 2024
@potiuk
Copy link
Member

potiuk commented Jul 28, 2024

I checked all my changes. Also verfied that FAB 1.2.2 fixes the logout issue for 2.9.2. Looks good.

airflow-oss-bot added a commit to astronomer/astronomer-providers that referenced this issue Jul 29, 2024
@moiseenkov
Copy link
Contributor

Hi, #40951 works as expected

@JDarDagran
Copy link
Contributor

#39530 adds apache-airflow-providers-common-compat>=1.1.0 dependency to amazon and google providers. You can't install new packages without apache-airflow-providers-common-compat==1.1.0rc0 release (which may be missed when following instructions from the docs to test RCs with flag --no-deps)

@potiuk
Copy link
Member

potiuk commented Jul 29, 2024

#39530 adds apache-airflow-providers-common-compat>=1.1.0 dependency to amazon and google providers. You can't install new packages without apache-airflow-providers-common-compat==1.1.0rc0 release (which may be missed when following instructions from the docs to test RCs with flag --no-deps)

Ah right - so common-compat should be released as well here .. cc: @eladkal

@gopidesupavan
Copy link
Collaborator

Yes it is failing to install package.
image

Once it updated i will test these #40976 , #40765 and #40896.

@dirrao
Copy link
Collaborator

dirrao commented Jul 29, 2024

#41020: working as expected.

@eladkal
Copy link
Contributor Author

eladkal commented Jul 29, 2024

I'll cut rc2 for amazon, google + rest of the providers after releasing fab.

@akomisarek
Copy link

akomisarek commented Jul 30, 2024

I think I will wait for rc2 cut, as I am not able to test it easily in my environment (we start via Docker):

Without using --no-deps as reported above the Depencencies are not installing.

Adding --no-deps allows the dependencies to install, but I think I have got further version clashes:
airflow-1   |   File "/home/airflow/.local/lib/python3.10/site-packages/pydantic_core/__init__.py", line 29, in <module>
airflow-1   |     from .core_schema import CoreConfig, CoreSchema, CoreSchemaType, ErrorType
airflow-1   |   File "/home/airflow/.local/lib/python3.10/site-packages/pydantic_core/core_schema.py", line 15, in <module>
airflow-1   |     from typing_extensions import deprecated
airflow-1   | ImportError: cannot import name 'deprecated' from 'typing_extensions' (/home/airflow/.local/lib/python3.10/site-packages/typing_extensions.py)

We might have some dependencies causing those issues, but that's why I don't want to omit them!

Thanks, I will keep an eye on the thread and confirm/retest when the new RC is in place. Thanks for the support 🙏

@eladkal
Copy link
Contributor Author

eladkal commented Jul 31, 2024

Thank you everyone. Providers are released.
Providers amazon and google are excluded - I will cut followup release shortly

I invite everyone to help improve providers for the next release, a list of open issues can be found here.

@eladkal eladkal closed this as completed Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:meta High-level information important to the community provider:amazon-aws AWS/Amazon - related issues provider:fab provider:google Google (including GCP) related issues testing status Status of testing releases
Projects
None yet
Development

No branches or pull requests

7 participants