potiuk commented on a change in pull request #16420:
URL: https://github.com/apache/airflow/pull/16420#discussion_r651554314



##########
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:
       I will merge it as it is now - I want to really release providers. We 
can add it as follow-up.




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


Reply via email to