Metadata-Version: 2.1
Name: snowflake_ingest
Version: 1.0.9
Summary: Official SnowflakeDB File Ingest SDK
Home-page: https://www.snowflake.net
Author: Snowflake Computing
Author-email: support@snowflake.net
License: Apache
Keywords: snowflake ingest sdk copy loading
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
License-File: LICENSE
Requires-Dist: pyjwt
Requires-Dist: snowflake-connector-python>=3.0.3
Requires-Dist: furl
Requires-Dist: cryptography
Requires-Dist: requests<=2.32.3

This package includes the Snowpipe python SDK

Snowflake Documentation is available at:
https://docs.snowflake.net/

Source code is also available at: https://github.com/snowflakedb/snowflake-ingest-python

Release Notes
-------------------------------------------------------------------------------
- v1.0.9 (September 10, 2024)

      - Fix casing for RFC-6750 conformity
      - Handle unexpected json structure in error payload

- v1.0.8 (July 03, 2024)
      - Update dependency package to newer version (requests)

- v1.0.7 (January 05, 2024)

      - Pin dependency package to newer version (snowflake-connector-python)

- v1.0.6 (November 08, 2023)

      - Pin dependency package to newer version (requests)

- v1.0.5 (November 04, 2022)

      - Pin dependency package to newer versions (requests, snowflake-connector-python)
      - Fix pyJwt logic to allow for version >= 2.0.0
      
- v1.0.4 (May 11, 2021)

      - Support a special account name style.

- v1.0.3 (January 11, 2021)

      - Use older version of pyJwt by pinning the version(<2.0.0)

- v1.0.2 (March 09, 2020)

      - Stop logging JWT token

- v1.0.1 (November 08, 2019)

      - Replaced Botocore's vendored requests with standalone requests

- v1.0.0 (September 19, 2018)

      - Fix typing package issue in python 3.5.0 and 3.5.1
      - Support key rotation in key pair authentication

- v0.9.1 (November 9, 2017)

      - Public preview release
