-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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 November 24, 2024 #44324
Comments
Hi, #44053 works as expected. |
#42810 is good. |
#44214 is good |
#44262 works as expected |
I verified that #44225 works. |
@eladkal So I verified that #43890 works with However, there's an error when I do the same with Unless I am doing something wrong, in which case please let me know, it seems that this is happening because of #41021 which seems to be linked to the airflow 2.10.0 milestone. If that's the case, maybe we should update the documentation for it on PyPi? |
Good catch. Apparently we miss compatibility class for that in "common.compat" and the sensor has no corresponding tests that would detect it in "providers/tests/standard/sensors" - the test for filesystem sensor is still in "tests/sensors" that's why our test suite did not catch it.
Nope. We want to keep 2.8+ compatibility. We should add compatibilty I guess @eladkal - since it's not a regression and standard provider is still 0.* it's not a blocker for the release and can be fixed as a follow-up. |
@potiuk is correct, we don't consider this as a regression as standard provider is not yet "stable". |
@kunaljubce if you can raise a PR with a fix that would be much appreciated |
Thank you everyone. Providers are released. I invite everyone to help improve providers for the next release, a list of open issues can be found here. |
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 celery: 3.8.5rc1
Provider cncf.kubernetes: 10.0.1rc1
Provider google: 11.0.0rc1
BigQueryAsyncHook.create_job_for_partition_get
(#44225): @sean-roseLinked issues:
google-cloud-translate
to3.16
(#44297): @kaxilProvider standard: 0.0.2rc1
TriggerDagRunOperator
to standard provider (#44053): @hardeybiseyLinked issues:
Linked issues:
All users involved in the PRs:
@amirmor1 @dimberman @hardeybisey @fredthomsen @MaksYermak @sunank200 @kunaljubce @kacpermuda @sean-rose @kaxil @olegkachur-e @moiseenkov @gopidesupavan
Committer
The text was updated successfully, but these errors were encountered: