Karthikeyan Singaravelan
Karthikeyan Singaravelan
I guess this issue needs a more general solution across core triggered and the linked PR is more specific to a particular operator. One of the solutions we are trying...
I just found out that there is already a cleanup method as part of the interface. The problem is that cleanup is called during triggerer restarts too as part of...
@shubhransh-eb Can you please add the previous version of Airflow where it worked fine? We upgraded from Airflow 2.3.4 to 2.7.2. We are also using mysql 8 (self hosted) and...
Probably the tests are getting skipped in test_client.py
The removal was done 3.12 https://docs.python.org/3.12/whatsnew/3.12.html#removed
Is this consistently reproducible? I reproduced it once and then on page refresh it works fine. Not able to reproduce it again in adding new note in another task instance...
Note: `base64.encodestring` was deprecated and removed in python 3.9 in favor of `base64.decodebytes`.
Are migrations being worked on in another PR? This breaks main branch testing for me since rendered_map_index doesn't have migration. ``` sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) no such column: task_instance.rendered_map_index [SQL: SELECT task_instance.try_number,...
Migration PR in https://github.com/apache/airflow/pull/37708
@bbovenzi, would be happy to know your thoughts on this. Thanks.