-
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 15, 2022 #25721
Comments
#25538 Looks good in the packaged files. |
I must say that I do not have prepared integration tests for the SQL provider. |
Tested:
common-sql: 1.1.0rc4:
common-sql: 1.1.0rc3:
|
Would be great @alexott if you could test the Databricks provider together with the new common.sql :). Also I found one potential issue with default Those are the current deps:
The "proper" change would be:
|
Actually seems that more providers are afffected - see #25740 . I have not realised we have another implicit dependency there as >= 1.1.0 should also be added for all other providers also using BTW. Those are the kind of problems i anticipated with common-sql. Managing those kind of cross-dependencies is something that I think we should be more careful about in general. But this is a good learning for the future when we do more of this kind of approach and maybe I will figure some kind of automation to help with that. I will think of that :) @alexott -> I think this is quite ok to release this RC4 now without the limit, but right after this vote is complete, I think I will release a new wave of sql providers that do not have the common-sql limit to bump it up (including the databricks 3.2.1) WDYT ? |
I'm ok with releasing it right now in that shape, I'm testing actual functionality right now |
Ok, I tested few DAGs, SQL works as before... so LGTM |
databricks: 3.2.0rc4 looks good on well LGTM |
Released |
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.1.0rc4
;-less
statements (#25713): @potiukProvider databricks: 3.2.0rc4
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: