Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pinecone provider support for pinecone-client>=3 #37307

Merged
merged 61 commits into from
Apr 30, 2024

Commits on Feb 10, 2024

  1. basic migration

    rawwar committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    5b2f086 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d11fc View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Configuration menu
    Copy the full SHA
    84ad6c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f23dbc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    d9ea839 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    242ef5e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. use self.conn

    rawwar committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    b6a3d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ec66a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    834ecad View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    4f4cc02 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …37158-pinecone-3.x
    rawwar committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    5379d86 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f21167 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. replace conn with pc property

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c3d61de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb83e63 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3767b73 View commit details
    Browse the repository at this point in the history
  4. support PINECONE_DEBUG_CURL

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    df28c84 View commit details
    Browse the repository at this point in the history
  5. update tests

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    d2b6c18 View commit details
    Browse the repository at this point in the history
  6. update changelog

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    23271dc View commit details
    Browse the repository at this point in the history
  7. Update airflow/providers/pinecone/CHANGELOG.rst

    Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
    rawwar and Taragolis authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ed4781f View commit details
    Browse the repository at this point in the history
  8. Update airflow/providers/pinecone/CHANGELOG.rst

    Co-authored-by: Andrey Anshin <Andrey.Anshin@taragol.is>
    rawwar and Taragolis authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    2d355a0 View commit details
    Browse the repository at this point in the history
  9. update Changelog

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    358f682 View commit details
    Browse the repository at this point in the history
  10. fix spelling

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    7bd914f View commit details
    Browse the repository at this point in the history
  11. update Changelog

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3c308a6 View commit details
    Browse the repository at this point in the history
  12. update Changelog

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f2ae94c View commit details
    Browse the repository at this point in the history
  13. fix spelling

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ab501bf View commit details
    Browse the repository at this point in the history
  14. update docs

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    8d733c1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    7fa7b7b View commit details
    Browse the repository at this point in the history
  16. update docs

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a212ada View commit details
    Browse the repository at this point in the history
  17. update docs

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    a486b86 View commit details
    Browse the repository at this point in the history
  18. update docs

    rawwar committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b2724d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. update docs

    rawwar committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d00ebe2 View commit details
    Browse the repository at this point in the history
  2. update docstrings

    rawwar committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f920fb8 View commit details
    Browse the repository at this point in the history
  3. update docs

    rawwar committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    dbd8e30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b681272 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1eb76e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa3e5e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    8c61248 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6367618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83ff6e0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Add missing docstrings

    rawwar committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8c9f421 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    b2aca0c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Update airflow/providers/pinecone/hooks/pinecone.py

    Co-authored-by: Wei Lee <weilee.rx@gmail.com>
    rawwar and Lee-W authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    11ef4b5 View commit details
    Browse the repository at this point in the history
  2. Update airflow/providers/pinecone/hooks/pinecone.py

    Co-authored-by: Wei Lee <weilee.rx@gmail.com>
    rawwar and Lee-W authored Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4b7246e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a1b8e58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4de11c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4a3ea30 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Configuration menu
    Copy the full SHA
    d11ec6c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2024

  1. Configuration menu
    Copy the full SHA
    3703b7f View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …37158-pinecone-3.x
    rawwar committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    c191536 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …37158-pinecone-3.x
    
    Signed-off-by: kalyanr <kalyan.ben10@live.com>
    rawwar committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    85c62d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ba015b View commit details
    Browse the repository at this point in the history
  3. make conn a property

    rawwar committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    7347fae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a4340b7 View commit details
    Browse the repository at this point in the history
  5. update docs

    rawwar committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3d59d96 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c9d123 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Configuration menu
    Copy the full SHA
    fe42c1c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' of https://github.com/apache/airflow into kalyan/…

    …37158-pinecone-3.x
    rawwar committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    65772f6 View commit details
    Browse the repository at this point in the history
  3. fix spelling

    rawwar committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fb18c8b View commit details
    Browse the repository at this point in the history
  4. fix docstring

    rawwar committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    a6ff7de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59269fd View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2024

  1. Configuration menu
    Copy the full SHA
    2c75ec9 View commit details
    Browse the repository at this point in the history