diff --git a/snowflake/ingest/simple_ingest_manager.py b/snowflake/ingest/simple_ingest_manager.py index 981e972..223c759 100644 --- a/snowflake/ingest/simple_ingest_manager.py +++ b/snowflake/ingest/simple_ingest_manager.py @@ -38,7 +38,7 @@ StagedFile = namedtuple("StagedFile", ["path", "size"]) AUTH_HEADER = "Authorization" # Authorization header name -BEARER_FORMAT = "BEARER {0}" # The format of this bearer +BEARER_FORMAT = "Bearer {0}" # The format of this bearer USER_AGENT_HEADER = "User-Agent" # User-Agent header name CLIENT_NAME = u"SnowpipePythonSDK" # Don't change!