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 October 13, 2023 #34930

Closed
75 of 98 tasks
eladkal opened this issue Oct 13, 2023 · 19 comments
Closed
75 of 98 tasks

Status of testing Providers that were prepared on October 13, 2023 #34930

eladkal opened this issue Oct 13, 2023 · 19 comments
Labels
kind:meta High-level information important to the community testing status Status of testing releases

Comments

@eladkal
Copy link
Contributor

eladkal commented Oct 13, 2023

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 alibaba: 2.6.0rc1

Provider amazon: 8.8.0rc1

Provider apache.beam: 5.3.0rc1

Provider apache.druid: 3.6.0rc1

Provider apache.flink: 1.2.0rc1

Provider apache.hdfs: 4.2.0rc1

Provider apache.hive: 6.2.0rc1

Provider apache.kafka: 1.2.0rc1

Provider apache.livy: 3.6.0rc1

Provider arangodb: 2.3.0rc1

Provider celery: 3.4.0rc1

Provider cncf.kubernetes: 7.7.0rc1

Provider common.sql: 1.8.0rc1

Provider databricks: 4.6.0rc1

Provider datadog: 3.4.0rc1

Provider dbt.cloud: 3.4.0rc1

Provider docker: 3.8.0rc1

Provider elasticsearch: 5.1.0rc1

Provider github: 2.4.0rc1

Provider google: 10.10.0rc1

Provider http: 4.6.0rc1

Provider jenkins: 3.4.0rc1

Provider microsoft.azure: 8.0.0rc1

Provider openlineage: 1.1.1rc1

Provider papermill: 3.4.0rc1

Provider postgres: 5.7.0rc1

Provider presto: 5.2.0rc1

Provider samba: 4.3.0rc1

Provider slack: 8.2.0rc1

Provider snowflake: 5.1.0rc1

Provider trino: 5.4.0rc1

All users involved in the PRs:
@Zhenye-Na @pubudu91 @pankajastro @krisfur @Taragolis @kahlstrm @Khrol @moiseenkov @utkarsharma2 @saulius @irajankumar @ealebed @eumiro @hussein-awala @cjonesy @dstandish @daxmahoney @Seokyun-Ha
@oleksiidav @aritra24 @cBiscuitSurprise @dkim010 @frankcash @hankehly @asherkhb @bkossakowska @Lee-W @Owen-CH-Leung @fdemiane @vandonr-amz @JDarDagran @dzhigimont @Adaverse @yanfangli85

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 Oct 13, 2023
airflow-oss-bot added a commit to astronomer/astronomer-providers that referenced this issue Oct 14, 2023
@Lee-W
Copy link
Member

Lee-W commented Oct 14, 2023

Tested with our examples DAGs with only one expected fail due to azure provider breaking change.

@ealebed
Copy link
Contributor

ealebed commented Oct 14, 2023

apache-airflow-providers-samba==4.3.0rc1 has been tested with our examples DAGs (on staging Airflow and test Google Cloud Composer environments)

@pubudu91
Copy link
Contributor

Tested the postgres provider 5.7.0rc1 locally. The fix done is available in it.

@Owen-CH-Leung
Copy link
Contributor

checked apache-airflow-providers-cncf-kubernetes==7.7.0rc1. The fix is working as expected.

@utkarsharma2
Copy link
Contributor

utkarsharma2 commented Oct 15, 2023 via email

@hankehly
Copy link
Contributor

#33031 is working on amazon-8.8.0rc1 😄
Here are the commands I used to setup my environment / run my checks if it helps anyone.

breeze
pip install apache-airflow-providers-amazon==8.8.0rc1
pip list | grep amazon  # check version

# Run unit tests
pytest tests/providers/amazon/aws/transfers/test_gcs_to_s3.py

# Run system tests
export AWS_ACCESS_KEY_ID=***
export AWS_SECRET_ACCESS_KEY=***
export AWS_DEFAULT_REGION=***
export GOOGLE_APPLICATION_CREDENTIALS=/path/to/credentials.json
export GCP_PROJECT_ID=***
pytest --system amazon tests/system/providers/amazon/aws/example_gcs_to_s3.py

@Adaverse
Copy link
Contributor

Tested #32779, it works as expected.

@aritra24
Copy link
Collaborator

aritra24 commented Oct 16, 2023

Tested out #33321, works as expected

@saulius
Copy link
Contributor

saulius commented Oct 16, 2023

Tested #34603 in dev environment, works as expected.

@moiseenkov
Copy link
Contributor

#34545 and #34514 work as expected

@JDarDagran
Copy link
Contributor

#34801 tested, works as expected

@Taragolis
Copy link
Contributor



  • Decode response in f-string #34518: Hard to check because I do not have access to any Databriks or Snowflake environment, should not be a problem since this code executed only on Hooks/Operator's fatal error

@oleksiidav
Copy link
Contributor

I trust the test coverage of #33472 since the changes are pretty trivial. Let's ship it 💪

@hussein-awala
Copy link
Member

I checked if all my changes are present, and I tested some of them, all looks good 👍

@asherkhb
Copy link
Contributor

Confirming Amazon 8.8.0rc1 resolves the issues related to my changes 👍

@Khrol
Copy link
Contributor

Khrol commented Oct 17, 2023

slack: 8.2.0rc1

Tested locally. LGTM.

@eladkal
Copy link
Contributor Author

eladkal commented Oct 17, 2023

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.

@eladkal eladkal closed this as completed Oct 17, 2023
@Seokyun-Ha
Copy link
Contributor

I Checked #34643 works as expected!

Sorry for late response 🙏

@krisfur
Copy link
Contributor

krisfur commented Oct 19, 2023

All good with #34627 (apologies for the very late response, holidays)

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 testing status Status of testing releases
Projects
None yet
Development

No branches or pull requests