Jarek Potiuk

Results 1573 comments of Jarek Potiuk

> So you are suggesting to use 33.1.0 with urllib3 v 2.6.2 until a new release of kubernetes ? Well. I am not suggesting it, just telling you that it...

From https://docs.sqlalchemy.org/en/20/orm/session_basics.html#flushing > When a failure occurs within a flush, in order to continue using that same [Session](https://docs.sqlalchemy.org/en/20/orm/session_api.html#sqlalchemy.orm.Session), an explicit call to [Session.rollback()](https://docs.sqlalchemy.org/en/20/orm/session_api.html#sqlalchemy.orm.Session.rollback) is required after a flush fails, even...

> > Maybe, the root cause of MYSQL connection failure is #56879 Aside from import error recording, have you ever encountered any connection failures? > > totaly agree @wjddn279 Even...

> @potiuk , Could you please let me know if there are any other deprecated query forms I should add? Hard to say - I am not well versed in...

I think (@amoghrajesh @ashb ?) - that's part of the task-isolation work. I am not even sure if we want to test the dags with `use-executor` - because indeed that...

> The reason why I want to use an executor in my tests is because I'm relying on the task retry mechanism which I believe is implemented by the scheduler,...