Codingaditya17 commented on issue #67893:
URL: https://github.com/apache/airflow/issues/67893#issuecomment-4604632500

   Hi @onlyarnav, I opened a PR for this here: #67906
   
   I kept the first implementation focused on the Snowflake SQL API deferrable 
path since that was one of the affected examples mentioned in the issue.
   
   The PR adds `[aiohttp] trust_env` config support, applies it when Snowflake 
creates async `aiohttp.ClientSession` instances, and also passes 
`aiohttp_session_kwargs` through `SnowflakeSqlApiTrigger` serialization so the 
triggerer does not lose those session options while polling.
   
   Happy to adjust the scope if maintainers prefer this to be expanded into a 
shared helper used by more providers in the same PR.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to