You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/06/15 16:19:28 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #16462: Bugfix: Add missing application item to conn params in snowflake test

ephraimbuddy commented on a change in pull request #16462:
URL: https://github.com/apache/airflow/pull/16462#discussion_r651950250



##########
File path: tests/providers/snowflake/hooks/test_snowflake.py
##########
@@ -121,6 +121,7 @@ def test_get_conn_params(self):
             'role': 'af_role',
             'authenticator': 'snowflake',
             'session_parameters': {"QUERY_TAG": "This is a test hook"},
+            "application": os.environ.get("AIRFLOW_SNOWFLAKE_PARTNER", "AIRFLOW"),

Review comment:
       @uranusjr I'm not sure I understand the logic you want tested. I have just mocked it




-- 
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:
users@infra.apache.org