Jarek Potiuk

Results 1573 comments of Jarek Potiuk

BTW. If you have problem with conflict resolution but your change is small, sometimes indeed it is easier to apply your changes again to latest main. And it this case...

You can also try 2.4.0 releaed today. There are many bug fixes and while we cannot pin-point the problem to a specific fix, several similar issues were fixed there.

Can you please all try 2.4.1 (released yesterday with latest cncf.kubernetes) and see if your problems are fixed? I believe there were a few errors fixed there regarding scheduling being...

> This happens because we load timetable plugins in the scheduler process(decoding timetable during deserialization). So with `Variable.get`, we are using a new session different from the scheduler session. When...

> I suspect that users may create their own `session` object in a timetable class by using airflow's `creation_session` or `provide_session`, in that case, this issue will come up again,...

Yeah . I thought about creating a new sesision and storing it additinally in thread local (independently of our main session or replacing it temporarily)

Same issue/discussion in https://github.com/apache/airflow/discussions/26533

> I’d say this should be considered an user error. We can add a note in the documentation explaining that value retrievals (not just `Variable` but all db and config...