apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
37.07k stars 14.29k forks source link

Status of testing Providers that were prepared on May 24, 2023 #31495

Closed eladkal closed 1 year ago

eladkal commented 1 year ago

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?

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 common.sql: 1.5.1rc1

The guidelines on how to test providers can be found in

Verify providers by contributors

All users involved in the PRs: @shahar1 @phanikumv @potiuk @hussein-awala

Committer

phanikumv commented 1 year ago

31411 and #31009 work as expected

[2023-05-24, 17:03:44 UTC] {standard_task_runner.py:85} INFO - Job 33: Subtask wasb_blob_sensor
[2023-05-24, 17:03:44 UTC] {task_command.py:410} INFO - Running <TaskInstance: example_wasb_sensors.wasb_blob_sensor manual__2023-05-24T17:03:32.020763+00:00 [running]> on host 4a8ddc38546d
[2023-05-24, 17:03:44 UTC] {taskinstance.py:1545} INFO - Exporting env vars: AIRFLOW_CTX_DAG_OWNER='***' AIRFLOW_CTX_DAG_ID='example_wasb_sensors' AIRFLOW_CTX_TASK_ID='wasb_blob_sensor' AIRFLOW_CTX_EXECUTION_DATE='2023-05-24T17:03:32.020763+00:00' AIRFLOW_CTX_TRY_NUMBER='2' AIRFLOW_CTX_DAG_RUN_ID='manual__2023-05-24T17:03:32.020763+00:00'
[2023-05-24, 17:03:44 UTC] {wasb.py:70} INFO - Poking for blob: example_azure_test_file.txt
 in wasb://test-container-providers
[2023-05-24, 17:03:44 UTC] {base.py:73} INFO - Using connection ID 'wasb_default' for task execution.
[2023-05-24, 17:03:45 UTC] {base.py:255} INFO - Success criteria met. Exiting.
[2023-05-24, 17:03:45 UTC] {taskinstance.py:1345} INFO - Marking task as SUCCESS
[2023-05-24, 17:03:48 UTC] {task_command.py:410} INFO - Running <TaskInstance: example_wasb_sensors.wasb_prefix_sensor manual__2023-05-24T17:03:32.020763+00:00 [running]> on host 4a8ddc38546d
[2023-05-24, 17:03:48 UTC] {taskinstance.py:1545} INFO - Exporting env vars: AIRFLOW_CTX_DAG_OWNER='***' AIRFLOW_CTX_DAG_ID='example_wasb_sensors' AIRFLOW_CTX_TASK_ID='wasb_prefix_sensor' AIRFLOW_CTX_EXECUTION_DATE='2023-05-24T17:03:32.020763+00:00' AIRFLOW_CTX_TRY_NUMBER='2' AIRFLOW_CTX_DAG_RUN_ID='manual__2023-05-24T17:03:32.020763+00:00'
[2023-05-24, 17:03:48 UTC] {wasb.py:165} INFO - Poking for prefix: example_az in wasb://test-container-providers
[2023-05-24, 17:03:48 UTC] {base.py:73} INFO - Using connection ID 'wasb_default' for task execution.
[2023-05-24, 17:03:49 UTC] {base.py:255} INFO - Success criteria met. Exiting.
eladkal commented 1 year ago

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.