eladkal opened a new issue, #23117:
URL: https://github.com/apache/airflow/issues/23117

   ### 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](https://github.com/apache/airflow/blob/501a3c3fbefbcc0d6071a00eb101110fc4733e08/airflow/providers/cloudant/hooks/cloudant.py#L27)
 compatible with the new lib.
   
   ### Committer
   
   - [X] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to