apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
35.21k stars 13.76k forks source link

chore: Add param support for client_request_mfa_token #40394

Closed vanducng closed 3 days ago

vanducng commented 5 days ago

This PR adds support for an additional parameter named client_request_mfa_token in the extra_conn for Snowflake connections. This enables MFA caching along with two other setup steps:


^ Add meaningful description above Read the Pull Request Guidelines for more information. In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed. In case of a new dependency, check compliance with the ASF 3rd Party License Policy. In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

potiuk commented 5 days ago

Could you please fix the tests ?

vanducng commented 3 days ago

Hi @potiuk, All tests are fixed. Can you please help to review again?