-
Notifications
You must be signed in to change notification settings - Fork 14.4k
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 August 30, 2021 #17922
Comments
#17321 tested and looks good to me! |
Tested #17637 - looks good |
#17777 tested and looks good |
I've just tried to start a version of our Astronomer based Airflow (v2.1.3) using the v2.1.0rc1 Hashicorp provider but I'm seeing the following on startup.
|
#17281 looks good |
… On Tue, Aug 31, 2021 at 10:22 AM Pavel Hlushchanka ***@***.***> wrote:
#17281 <#17281> looks good
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#17922 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AF6ZXBPXLR4W23HCIICVIMLT7SGNTANCNFSM5DCZC7YQ>
.
|
Did it work with previous version of the package (2.0.0) ? |
Yep! |
All right. I think I know. We'll drop Hashicorp from this wave and release it separately. Good spot. |
alibaba 1.0.0rc1: tested and working :) |
#17551 Looks good |
checked Provider yandex: 2.1.0rc1 Is it expected that apache-airflow-backport-providers-yandex for Airflow 1.* does not have new rc version? |
According to the earlier announcements, we stopped releasing backports in March. Airflow 1.10 reached end of life in June and we encourage everyone to migrate to Airflow 2. There will be no more releases (not even critical security fixes) for Airflow 1.10 nor backports. |
Tested amazon: 2.2.0rc1 for #17210 and it looks good. I was able to run my test dag and validate it fails with amazon provider 1.2.0 and succeeded with 2.2.0rc1. I love that the providers are separate and we can simply update the version in requirements.txt instead of having to update to a newer version of Airflow. Great work on that! |
Glad you like it! That was quite an effort of quite many people but I do agree it's been worth! |
#17850 tested and verified. Now it returns the pandas dataframe as expected. |
Cool! . We are at 1/3 of the fixes confirmed after 1/3 of the time. Great progress :) . Thanks everyone who are helping! |
Tested #16012 . Loading the file in s3 as expected |
Tested #16766 with apache-airflow==2.1.3 - used the example DAG to trigger an EMR on EKS job to completion! 🎉 |
FYI. I also marked some of the providers (jdbc, neo4j) that had only "type annotation" and doc changes on top of the "2.2.0" optimisation. There are no substantial changes and they are installing, importing and they are discovered properly, So no need to test them separately either. BTW. For everyone watching - all the providers are now "Warning free" as well. There were a few providers in which just importing operators generated unnecessary warnings and some examples used deprecated operators. After merging #17900 w have no warnings (except those generated in 3rd-party libraries) and all examples are also using non-deprecated operators. |
Tested #17423 - works! |
We have majority of providers tested and working now- I would approciate some test on the ones that have not been touched yet, |
Tested #17640. Works as expected! |
Tested #17695 . Thanks |
Tested #17379. It's working fine |
Last chance to test remaining providers :D |
Thanks everyone for testing! You rock! |
I have a kind request for all the contributors to the latest provider packages release.
Could you help us to test the RC versions of the providers and let us know in the comment,
if the issue is addressed there.
Providers that need testing
Those are providers that require testing as there were some substantial changes introduced:
Provider amazon: 2.2.0rc1
Provider apache.hdfs: 2.1.0rc1
Provider apache.hive: 2.0.2rc1
Provider apache.livy: 2.1.0rc1
Provider asana: 1.1.0rc1
cached_property
on Python 3.8 for Asana provider (#17597): @kaxilProvider docker: 2.1.1rc1
Provider elasticsearch: 2.0.3rc1
Provider exasol: 2.0.1rc1
Provider google: 5.1.0rc1
initial_node_count
ifnode_pools
is specified (#17820): @leahecoletemplate_fields_renderers
(#17321): @nathadfieldProvider hashicorp: 2.1.0rc1 : DROPPED FROM THE WAVE
UPDATE: There is a regression in Hashicorp. The secret backend does not work. Will be released separately.
Provider jdbc: 2.0.1rc1
Provider microsoft.azure: 3.1.1rc1
Provider mongo: 2.1.0rc1
Provider neo4j: 2.0.1rc1
Provider postgres: 2.2.0rc1
Provider salesforce: 3.2.0rc1
Provider samba: 3.0.0rc1
Provider slack: 4.0.1rc1
Provider sqlite: 2.0.1rc1
Provider yandex: 2.1.0rc1
New providers
Providers that do not need testing
Those are providers that were either doc-only or only got the meta-data updated including preparing for connection import optimisation that will be available in Airflow 2.2.0. Those provider do not contain changes that need additional testing.
The text was updated successfully, but these errors were encountered: