Skip to content

Commit

Permalink
Merge pull request #94 from snowflakedb/sfc-gh-xhuang-patch-1
Browse files Browse the repository at this point in the history
SNOW-1635139 fix casing for RFC-6750 conformity
  • Loading branch information
sfc-gh-xhuang authored Aug 24, 2024
2 parents ebc8c77 + 567b6c2 commit cd6eb68
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 cd6eb68

Please sign in to comment.