-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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 September 28, 2022 #26752
Comments
links are wrong? all are RC1 not RC2 |
Thanks Elad :). Fixing :) |
Copy-pasted a wrong command :). All links are fixed now. |
I've tested #26277, it's good. I was testing #26285, and there is something off with the way I wrote the value to XCom. The Max Value shows correctly in the text logs, but when it's written to XCom there is some kind of serialization issue, and it throws an error in the web ui when I try to view it.
|
Tested trino: 4.1.0rc1 and did not hit any issues |
Hmm. I think we need to take closer look. Can you describe a way you did it? It kinda looks like you have a "table" object serialized somehow rather than primitive. |
I'd like to contribute to the RC tests but for all 4 provider packages touched by my PR I just did code checks for consistency of the logging on API. I have no back-end environment for alibaba, azure, google and amazon in my availability :-( Is somebody besides me able to test? |
@potiuk In looking at the code again, and the actual Log message, it looks like I accidentally tried to serialize a whole table row instead of the value of the first column of the table row.
This serialized row then causes issues in XCom. I'll see about fixing it. |
Thanks for flagging/testing/fixing. We can remove google provider and re-release it as rc2 (but let's continue testing it for now by others). |
Yep. If others can test it - it would be great (especially while testing other issues). Thanks for notifying :) |
Tested both Azure Service Bus (Create and Delete) Topic Operators #25436, working fine 👍 |
#26653 - (apache-airflow-providers-docker 3.2.0rc1) Looks good. Thanks! |
#26442 - Only could proof that changed code persists. It is hardly possible to make loggers fail on create hook |
#26169 - @jens-scheffler-bosch @potiuk It work with
If something wrong with connection than also spam with this message airflow/airflow/providers/amazon/aws/log/s3_task_handler.py Lines 112 to 113 in ce07117
|
#25675 - verified |
#25852: Try to test in Airflow 2.2.5 and got an issues that it not work correctly with extra in the UI:
Need to check is it affect 2.3, because in 2.4 no problem. No problem with connection if it created via API or provided as URL (env var, secrets backend) airflow/airflow/providers/slack/hooks/slack.py Lines 297 to 314 in 4b456d5
#26648: Same as previous |
#25604 looks good! |
Ok. I will wait for the check to relase an RC2 and will remove Slack alongside Google from the release and we will have RC2 together. |
@Taragolis I think it's a small thing, they indicate that something is wrong with configuration. We might want to configure it in Breeze to make it less annoying. |
We are going to have RC2 of Google and I just merged #26786 so it will make it :) |
Thanks all who tested it ! As usual we have great help from our community. And thanks a lot for all the "critical" checks and doubts. Keep having them. It helps to make the right decisions for release! I am releasing all but google and slack. I am at ApacheCon now. And I will look for @Taragolis comments on the connection for Slack to release RC2s |
I also think it a small things. I use breeze for test because part related to actual print a log during task execution in a core and seem like it not added in any current releases yet (milestones is Airflow 2.5.0) The issue itself how work S3TaskHandler (as well as other Object storage):
So.. Auto tail file logs just continuously execute |
@potiuk Let me check is might only related to specific version of Airflow, like only for 2.2.5 Also as an option this version of provider might be released after October 11 with min airflow version 2.3. |
It might still be cool to fix it as the 'last' version working for 2.2.5 :) |
I try to check it again today to determine with which version it actually has a problem (personally I have a problem with create connection in all providers which define additional fields in And create a workaround which allow to create Slack Connection in the UI |
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 alibaba: 2.1.0rc1
Provider amazon: 6.0.0rc1
profile_name
argument (#26464): @TaragolisProvider apache.drill: 2.2.1rc1
Provider apache.druid: 3.2.1rc1
Provider apache.hive: 4.0.1rc1
Provider apache.pinot: 3.2.1rc1
Provider databricks: 3.3.0rc1
Provider dbt.cloud: 2.2.0rc1
DbtCloudListJobsOperator
(#26475): @phanikumvProvider docker: 3.2.0rc1
Provider elasticsearch: 4.2.1rc1
Provider exasol: 4.0.1rc1
Provider google: 8.4.0rc1
output
property to MappedOperator (#25604): @josh-fellmax_id_key
job retrieval and xcom return (#26285): @patrickerstringify_dict
for json export format on BaseSQLToGCSOperator (#26277): @patrickerschedule
param (#25410): @dstandishProvider jdbc: 3.2.1rc1
Provider jira: 3.1.0rc1
Provider microsoft.azure: 4.3.0rc1
network_profile
param in AzureContainerInstancesOperator (#26117): @pankajastroProvider microsoft.mssql: 3.2.1rc1
Provider mysql: 3.2.1rc1
Provider odbc: 3.1.2rc1
Provider oracle: 3.4.0rc1
Provider postgres: 5.2.2rc1
PostgresHook
(#26436)" (#26734): @jedcunninghamProvider qubole: 3.2.1rc1
Provider sftp: 4.1.0rc1
Provider slack: 6.0.0rc1
SlackWebhookOperator
: Get rid of mandatory http-provider dependency (#26648): @Taragolisslack_sdk
instead of HttpHook methods (#26452): @TaragolisProvider snowflake: 3.3.0rc1
S3ToSnowflakeOperator
(#26047): @eladkalProvider ssh: 3.2.0rc1
Provider trino: 4.1.0rc1
Provider vertica: 3.2.1rc1
The guidelines on how to test providers can be found in
Verify providers by contributors
Committer
The text was updated successfully, but these errors were encountered: