-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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 19, 2024 #41577
Comments
Hi, since there haven’t been any recent updates for the Teradata Provider beyond version 2.5.0, could you explain why a new release version is needed? |
|
According to our rules - periodically we bump all providers min-airflow version. https://github.com/apache/airflow/blob/main/PROVIDERS.rst#upgrading-minimum-supported-version-of-airflow -> then we relaease all providers with min-airflow version bumped - we also remove all pre-min-airflow backports, this allows to keep airflow providers free from back-compatibility issues. |
Checked that all my changes are in. |
@eladkal the |
Works fine |
#41494 tried to fix the OOM error in the scheduler that the OpenLineage can cause when generating a dag_tree from a huge DAG (related issue: #41505). It works but we've just got information about another production case where the scheduler went OOM with another complex DAG. There is a fix prepared in #41587 that will remove the dag_tree entirely so there will no more errors like this. I'd like to request an rc2 for OpenLineage provider (@eladkal) that will include that fix, as it is a bug that can cause some problems in bigger deployments. |
Tested #40703 with both ![]() |
@kacpermuda I will exclude openlineage from this release |
ydb provider works fine: #41303 |
Hi, #40356 work as expected |
Hi, |
#41150 - Works as expected - unit test + functional check, details below:
|
41142 passes test, but: I noticed is that starting with 2.9.3 with microsoft-azure providers 10.3.0 the return value quits being put into XCOM (it is blank in the UI). Then with airflow 2.10.0 with microsoft-azure providers 10.3.0 the key shows up in XCOM but it says "No value found for XCom key". So something broke between 2.9.2 / 10.1.2 and 2.10.0/10.3.0. With all that said, my actual change to put the last line (or all lines) of the logs into XCOM worked. So, I think we need a new defect logged to see why return value isn't showing up correctly any more. Here is my operator. I'd been testing my changes with do_xcom_push=False since I didn't care about the normal return_value...obscured the fact something else broke :(
Also, I did some more testing and multiple_outputs=True also fails back in 2.9.2 with microsoft-azure providers 10.1.2. This actually makes sense because the operator returns a single value, not a dictionary so I think this wasn't actually an issue. So, I'm saying this was tester error unless someone tells me otherwise. |
@perry2of5 there is only 1 question relevant here. Is there regression in Please clarify explicitly what worked on |
I did not find any regression from 10.3.0 to 10.4.0rc1. |
Then it's not blocking the release. |
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 amazon: 8.28.0rc1
DynamoDBToS3Operator
(#41304): @Ghoul-SSZLinked issues:
AwsTaskLogFetcher
missing logs (#41515): @vincbeckLinked issues:
Linked issues:
Linked issues:
Provider apache.spark: 4.10.0rc1
Linked issues:
Provider celery: 3.8.0rc1
Provider cncf.kubernetes: 8.4.0rc1
Provider common.sql: 1.16.0rc1
common.sql
(#41461): @phi-fridayLinked issues:
Provider docker: 3.13.0rc1
use_dill
withserializer
(#41356): @phi-fridayProvider elasticsearch: 5.5.0rc1
Linked issues:
Provider fab: 1.3.0rc1
Provider google: 10.22.0rc1
CloudRunServiceHook
andCloudRunCreateServiceOperator
(#40008): @jx2leeLinked issues:
Provider microsoft.azure: 10.4.0rc1
Provider microsoft.mssql: 3.9.0rc1
Linked issues:
Provider openlineage: 1.11.0rc1
Provider papermill: 3.8.0rc1
Provider snowflake: 5.7.0rc1
Linked issues:
Provider yandex: 3.12.0rc1
Provider ydb: 1.3.0rc1
All users involved in the PRs:
@morokosi @mobuchowski @borismo @dirrao @phi-friday @Ghoul-SSZ @joaopamaral @BTeclaw @potiuk @vikramaditya91 @uzhastik @ambika-garg @Owen-CH-Leung @moiseenkov @ssilb4 @got686-yandex @kaxil @vincbeck @le
Committer
The text was updated successfully, but these errors were encountered: