Skip to content

Commit 315d643

Browse files
committed
Add comma
1 parent 214e9e3 commit 315d643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

providers/snowflake/src/airflow/providers/snowflake/hooks/snowflake_sql_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ def get_headers(self) -> dict[str, Any]:
225225
def get_oauth_token(self, conn_config: dict[str, Any] | None = None) -> str:
226226
"""Generate temporary OAuth access token using refresh token in connection details."""
227227
warnings.warn(
228-
"This method is deprecated. Please use `get_oauth_token` method from `SnowflakeHook` instead. "
228+
"This method is deprecated. Please use `get_oauth_token` method from `SnowflakeHook` instead. ",
229229
AirflowProviderDeprecationWarning,
230230
stacklevel=2,
231231
)

0 commit comments

Comments
 (0)