Daniel Birnstiel
Daniel Birnstiel
I ran into the same problem today and fell back to using a docker container for building the function package. Something along the lines of the following Dockerfile would do...
I have resolved the conflict, but I think this introduces some inconsistent behavior now. When the new `nested` option is set to `false` and the image directory ends with a...
Maybe using window functions might improve performance here? I noticed that (at least for us and using postgres), counting through window functions results in faster queries (tested for tables with...
> If you are not doing anything on `execute_complete` and on track to upgrade to 2.10.0 maybe exit task directly from trigger could help. > > https://airflow.apache.org/docs/apache-airflow/stable/authoring-and-scheduling/deferring.html#exiting-deferred-task-from-triggers Thank you for...
Thank you @tirkarthi, we will see if we can prioritize upgrading our MWAA environment to 2.10 and testing this approach. I assume that the described behavior (post-deferral task execution being...