Hussein Awala

Results 57 comments of Hussein Awala

> Try to add format which include `asctime` attribute into format into the formatter > > https://github.com/apache/airflow/blob/1aa91a482630f389005a9a36b0f038e675163411/tests/utils/log/test_colored_log.py#L35 > > Something like that > > ```python > h.setFormatter(CustomTTYColoredFormatter(fmt="%(asctime)s: %(log_color)s%(message)s%(reset)s")) > ```...

https://github.com/apache/airflow/pull/37151/commits/789c99aa46d34307e6adf2dd291ebe8faa2c3062 could fix it while keeping the test logic correct

I also fixed it by changing the fixtures scope from `module` to `function`, but it increased the test processing time. We need to add a `teardown` block somewhere to clean...

I will add some tests after discussing the solution.

@Taragolis I just created #30057 to fix Vault connection and add missing doc, can you check it?

What do you provide as an extra dictionary for this connection? (you can hide the values if there is something confidential)

> Hey Hussein, Dataproc on GDC is yet to go GA and this is one of the critical features to add as part of the same. Hence we don't have...

> On the other hand, the change you propose will impact memory used in a long term as the long running processes might accumulate memory when run for a long...

> @hussein-awala Hello, I changed to use timeout parameter and set default value of 60 if timeout has value of 'conf.getfloat("sensors", "default_timeout")'. By using timeout parameter you will have the...

> @hussein-awala > > Hello, I'm waiting for your answer. > > Could you recommend how to deal with this? > > Or If this issue is resolved by other...