-
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 October 13, 2023 #34930
Comments
Tested with our examples DAGs with only one expected fail due to azure provider breaking change. |
apache-airflow-providers-samba==4.3.0rc1 has been tested with our examples DAGs (on staging Airflow and test Google Cloud Composer environments) |
Tested the postgres provider 5.7.0rc1 locally. The fix done is available in it. |
checked |
Checked my changes, and they seem to be working fine.
Thanks,
Utkarsh Sharma
…On Sun, Oct 15, 2023 at 1:01 PM Owen Leung ***@***.***> wrote:
checked apache-airflow-providers-cncf-kubernetes==7.7.0rc1. The fix is
working as expected.
—
Reply to this email directly, view it on GitHub
<#34930 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADDLAHIDCF7DE6NJ3B7OA73X7OGLPANCNFSM6AAAAAA57TO654>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
#33031 is working on amazon-8.8.0rc1 😄 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 |
Tested #32779, it works as expected. |
Tested out #33321, works as expected |
Tested #34603 in dev environment, works as expected. |
#34801 tested, works as expected |
|
I trust the test coverage of #33472 since the changes are pretty trivial. Let's ship it 💪 |
I checked if all my changes are present, and I tested some of them, all looks good 👍 |
Confirming Amazon 8.8.0rc1 resolves the issues related to my changes 👍 |
Tested locally. LGTM. |
Thank you everyone. |
I Checked #34643 works as expected! Sorry for late response 🙏 |
All good with #34627 (apologies for the very late response, holidays) |
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
AwsBaseOperator
andAwsBaseSensor
(#34784): @TaragolisAwsBaseWaiterTrigger
(#34884): @Taragolisendpoint_url
per-service in AWS Connection (#34593): @Taragolisasgiref
dependency in Amazon Provider (#34580): @Taragolisairflow.exceptions.AirflowException
in providers (#34511): @TaragolisAirflowProviderDeprecrationWarning
in EMR Operators (#34453): @frankcashProvider apache.beam: 5.3.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider apache.druid: 3.6.0rc1
Provider apache.flink: 1.2.0rc1
Provider apache.hdfs: 4.2.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider apache.hive: 6.2.0rc1
Provider apache.kafka: 1.2.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider apache.livy: 3.6.0rc1
Provider arangodb: 2.3.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider celery: 3.4.0rc1
Provider cncf.kubernetes: 7.7.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider common.sql: 1.8.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider databricks: 4.6.0rc1
list_jobs
function inDatabricksHook
to token-based pagination (#33472): @oleksiidavProvider 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
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider google: 10.10.0rc1
airflow.models.dag.DAG
in Google Provider examples (#34614): @Taragolisairflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider 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
PapermillOperator
(#34675): @TaragolisProvider postgres: 5.7.0rc1
get_ui_field_behaviour()
method to PostgresHook (#34811): @pubudu91Provider presto: 5.2.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider samba: 4.3.0rc1
Provider slack: 8.2.0rc1
Provider snowflake: 5.1.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisProvider trino: 5.4.0rc1
airflow.exceptions.AirflowException
in providers (#34511): @TaragolisAll 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
The text was updated successfully, but these errors were encountered: