Skip to content

Commit

Permalink
updated bearer to conform to RFC
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-xhuang authored Aug 21, 2024
1 parent ebc8c77 commit 567b6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snowflake/ingest/simple_ingest_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit 567b6c2

Please sign in to comment.