shahar1 commented on code in PR #62802:
URL: https://github.com/apache/airflow/pull/62802#discussion_r2889725561


##########
providers/google/docs/changelog.rst:
##########
@@ -27,6 +27,46 @@
 Changelog
 ---------
 
+.. warning::
+  Deprecated classes, parameters and features have been removed from the 
Google provider package.
+  The following breaking changes were introduced:
+
+* Operators
+
+  * ``Remove CloudDataCatalogCreateEntryOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateEntryOperator
 instead``

Review Comment:
   Nit: The bullets are currently hard to read by (human) users, as the entire 
bullet is tick- quoted.
   Maybe try improving the formatting, for example:
   
   ```
   * ``CloudDataCatalogCreateEntryOperator`` was removed - use 
``airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateEntryOperator``
 instead.
   ```
   
   And so on.



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