topherinternational opened a new pull request, #41555:
URL: https://github.com/apache/airflow/pull/41555

   closes: #21004, cloudant is no longer developed and ibmcloudant is the 
active replacement
   
   This is a breaking change to the provider in the following ways:
   
   - `get_conn` now returns a `CloudantV1` object with different function names 
than the previous `Cloudant` object; the mappings from the old library 
functions to the new are outlined here: 
https://github.com/cloudant/python-cloudant/blob/master/MIGRATION.md#reference-table
   - `get_conn` now directly returns a usable object instead of a context 
manager; `with`-block syntax is no longer needed
   - The connection is now checked for a mandatory `host` value that functions 
as the Cloudant account name (previously the host field was optional, but could 
cause a runtime failure)
   


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to