Re: [PROPOSAL] Automated managemenet of lower-bounds of airflow dependencies

2024-06-01 Thread Jarek Potiuk
> That sounds like a really nice improvement :) Thanks ! It's "quite" useful and nice indeed. The actual impact on our users of "bad" dependency versions is quite low - especially since we advocate constraints for years and a lot of people are following, and if they have problems we always direct

Re: [PROPOSAL] Automated managemenet of lower-bounds of airflow dependencies

2024-06-01 Thread Pierre Jeambrun
Great work! That sounds like a really nice improvement :) Le sam. 1 juin 2024 à 10:48, Jarek Potiuk a écrit : > Hello everyone, > > TL;DR; I have finally got to something we planned when we switched to UV, I > have a green PR where we introduced automated management of "lower-bounds" > dependenc

Re: [ANNOUNCE] Podcast Launch- The Data Flowcast: Mastering Airflow for Data Engineering & AI

2024-06-01 Thread Jarek Potiuk
Cool On Thu, May 30, 2024 at 7:02 PM Briana Okyere wrote: > Hey All, > > Very excited to announce the relaunch of the Airflow Podcast, now titled > "the relaunch of our podcast, now titled "The Data Flowcast: Mastering > Airflow for Data Engineering & AI." > > This podcast is specially designed

Re: [DISCUSSION] Proposal to Add YDB Provider to Apache Airflow

2024-06-01 Thread Jarek Potiuk
It looks good to me, sounds like well established, open-source - does not seem to have too complex dependencies (all of them we already have) https://github.com/ydb-platform/ydb-python-sdk . As long as we have integration test for it, it should be pretty easy to maintain (see https://github.com/apa

Re: [VOTE] Airflow Providers prepared on May 30, 2024

2024-06-01 Thread Ephraim Anierobi
+1 (binding) checked licenses, signatures and checksums On Sat, 1 Jun 2024 at 10:38, Jarek Potiuk wrote: > +1 (binding) - checked reproducibility, signatures, checksums, licences. > > On Fri, May 31, 2024 at 6:07 PM Pankaj Koti > wrote: > > > +1 (non-binding) > > > > Concurring with Wei! > > >

Re: [VOTE] Airflow Providers prepared on May 30, 2024

2024-06-01 Thread Jarek Potiuk
+1 (binding) - checked reproducibility, signatures, checksums, licences. On Fri, May 31, 2024 at 6:07 PM Pankaj Koti wrote: > +1 (non-binding) > > Concurring with Wei! > > Best regards, > > *Pankaj Koti* > Senior Software Engineer (Airflow OSS Engineering team) > Location: Pune, Maharashtra, Ind

[PROPOSAL] Automated managemenet of lower-bounds of airflow dependencies

2024-06-01 Thread Jarek Potiuk
Hello everyone, TL;DR; I have finally got to something we planned when we switched to UV, I have a green PR where we introduced automated management of "lower-bounds" dependencies in Airflow and all providers (thanks to uv`s --lowest-direct resolution mechanism). The PR is here: https://github.co