vincbeck opened a new pull request, #29580:
URL: https://github.com/apache/airflow/pull/29580

   Some AWS customers are complaining about their Secrets Manager and/or 
Systems manager bills because each connection/variable/config send request to 
Secrets Manager and/or Systems manager (if `*_prefix` is not null). The backend 
is accessed for each variable and connection access and it is done every time 
the Scheduler parses DAGs, resulting in billions of request for some customers 
every month. This also results in extra burden on scheduler as Secrets 
manager/Systems Manager is accessed each time the DAG is parsed.
   
   Adding `*_lookup_pattern` parameters to allow the user to specify which 
connection/variable/config he wants to be looked in Secrets Manager and/or 
Systems manager.
   
   Related: #19251
   
   @Taragolis you might be interested to look into this one.
   
   AWS folks: @ferruzzi, @vandonr-amz, @syedahsn 


-- 
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