potiuk commented on a change in pull request #16420:
URL: https://github.com/apache/airflow/pull/16420#discussion_r651555581
##########
File path: airflow/providers/snowflake/hooks/snowflake.py
##########
@@ -179,6 +179,7 @@ def _get_conn_params(self) -> Dict[str, Optional[str]]:
"role": self.role or role,
"authenticator": self.authenticator or authenticator,
"session_parameters": self.session_parameters or
session_parameters,
+ "application": os.environ.get("AIRFLOW_SNOWFLAKE_PARTNER",
"AIRFLOW")
Review comment:
```suggestion
# application is used to track origin of the requests
"application": os.environ.get("AIRFLOW_SNOWFLAKE_PARTNER",
"AIRFLOW")
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]