betodealmeida commented on PR #36856:
URL: https://github.com/apache/superset/pull/36856#issuecomment-4805070482

   @htamakos you just need this diff to get the tests to pass:
   
   ```diff
   diff --git a/superset/db_engine_specs/snowflake.py 
b/superset/db_engine_specs/snowflake.py
   index fb0e7d48b6..94dc030023 100644
   --- a/superset/db_engine_specs/snowflake.py
   +++ b/superset/db_engine_specs/snowflake.py
   @@ -296,6 +296,7 @@ class SnowflakeEngineSpec(PostgresBaseEngineSpec):
            cls,
            config: OAuth2ClientConfig,
            state: OAuth2State,
   +        code_verifier: str | None = None,  # pylint: disable=unused-argument
        ) -> str:
            """
            Return URI for initial OAuth2 request.
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to