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

Cloudant Provider: Replace cloudant with ibmcloudant #23117

Closed
1 task done
eladkal opened this issue Apr 20, 2022 · 3 comments
Closed
1 task done

Cloudant Provider: Replace cloudant with ibmcloudant #23117

eladkal opened this issue Apr 20, 2022 · 3 comments
Labels
area:providers good first issue kind:task A task that needs to be completed as part of a larger issue

Comments

@eladkal
Copy link
Contributor

eladkal commented Apr 20, 2022

Body

cloudant is deprecated:

  /usr/local/lib/python3.7/site-packages/cloudant/__init__.py:28: DeprecationWarning: The module cloudant is now deprecated. The replacement is ibmcloudant.
    DeprecationWarning)

https://pypi.org/project/cloudant/ :

DEPRECATED
This library is now deprecated and will be end-of-life on Dec 31 2021.

Replacement is:
https://pypi.org/project/ibmcloudant/
https://github.com/IBM/cloudant-python-sdk

Migration guide: https://github.com/cloudant/python-cloudant/blob/master/MIGRATION.md

The task:
Make CloudantHook compatible with the new lib.

Committer

  • I acknowledge that I am a maintainer/committer of the Apache Airflow project.
@eladkal eladkal added area:providers good first issue kind:task A task that needs to be completed as part of a larger issue labels Apr 20, 2022
@uranusjr
Copy link
Member

See also #21004 (it was held back due to F.A.B. incompatibilities and can be reevaluated now, I believe).

@uranusjr
Copy link
Member

To resolve the PyJWT incompatibility, we (at least) need to upgrade to FAB 4.x, which requires upgrading to Flask 2.x. We need to make progress in #22397 first.

(Closing since #21004 already tracks this, and the situation has not changed.)

@eladkal
Copy link
Contributor Author

eladkal commented Apr 20, 2022

Ah i missed that issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers good first issue kind:task A task that needs to be completed as part of a larger issue
Projects
None yet
Development

No branches or pull requests

2 participants