Gopal Dirisala

Results 76 comments of Gopal Dirisala

We are seeing this issue in the airflow version 2.3.3. I strongly believe the issue is there in the latest airflow version 2.9.1 as well as per the latest code....

> > I am going to raise PR for Trino. > > oops @dirrao I am sorry I raised a PR without noticing it :( No issues. I will drop...

@jedcunningham / @hussein-awala We've observed degraded performance in pod construction in version 2.9.2 compared to 2.3.3. Would you consider an in-place merge to address this?

@RNHTTR , @EMT-Swaroop I will look into this issue.

@EMT-Swaroop If you are using statsd with influx backend store, you need to enable the `influxdb_tags_enabled` flag to propagate the tags. If not, Can you share the details about the...

I would like to submit the PR if we align on this.

@roycaihw Async calls are submitted through python thread pool. Python thread pool does support callbacks. Check api_client.py for the same ``` if not async_req: return self.__call_api(resource_path, method, path_params, query_params, header_params,...

@tomplus We were avoiding the synchronous requests due to performance reasons. It would be great if we make the requests asyncronous with callbacks support.