Zach Liu

Results 50 comments of Zach Liu
trafficstars

@mgrdcm I think it is a bug. The control should be relinquished to the end user instead of closing it prematurely.

@leogzyl A near perfect workaround except `mypy` complains if I pass in `tempfile.TemporaryFile()` object: ``` error: Argument 1 to "NonCloseableBufferedReader" has incompatible type "IO[Any]"; expected "RawIOBase" ``` Any solutions other...

`boto3` and `awscli` are both using `botocore`, so you may say `botocore` is the parent of the 2 siblings now if your brother or sister plays baseball well, you don't...

@ashb steps to reproduce: https://github.com/apache/airflow/discussions/23908 which seems to be a more severe version of this issue: the grid view can't be rendered at all

ah, seems to be the "backend version" of the same issue https://github.com/apache/airflow/issues/26505 ----- update ----- maybe not... because i don't see those postgres INSERT errors from my webserver :thinking:

not until a new user couldn't register did i realized i was having this issue and a ton of such error messages in the logs :joy:

most likely due to https://github.com/apache/airflow/pull/25633 and https://github.com/apache/airflow/pull/25880 @uranusjr @bbovenzi any idea how to solve this? i'm not familiar with the "timetable" part :sweat_smile:

@kxepal doesn't the fix actually revert the core of https://github.com/apache/airflow/pull/25633? i also did that because i "accidentally" deployed airflow 2.4.0 to our production :shushing_face:

@kxepal taking a wild guess here, maybe a `if` can solve all: if timetables are used, do that; else, do this

@kxepal same here, i'm waiting for the distant future "calendar"-like scheduling system :wink: