You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/04/20 12:00:16 UTC

[GitHub] [airflow] eladkal opened a new issue, #23117: Cloudant Provider: Replace `cloudant` with `ibmcloudant`

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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr closed issue #23117: Cloudant Provider: Replace `cloudant` with `ibmcloudant`

Posted by GitBox <gi...@apache.org>.
uranusjr closed issue #23117: Cloudant Provider: Replace `cloudant` with `ibmcloudant`
URL: https://github.com/apache/airflow/issues/23117


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr commented on issue #23117: Cloudant Provider: Replace `cloudant` with `ibmcloudant`

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #23117:
URL: https://github.com/apache/airflow/issues/23117#issuecomment-1103856745

   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.)


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] eladkal commented on issue #23117: Cloudant Provider: Replace `cloudant` with `ibmcloudant`

Posted by GitBox <gi...@apache.org>.
eladkal commented on issue #23117:
URL: https://github.com/apache/airflow/issues/23117#issuecomment-1103861703

   Ah i missed that issue


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] uranusjr commented on issue #23117: Cloudant Provider: Replace `cloudant` with `ibmcloudant`

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #23117:
URL: https://github.com/apache/airflow/issues/23117#issuecomment-1103852631

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


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org