Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-09 Thread via GitHub


vincbeck commented on PR #62802:
URL: https://github.com/apache/airflow/pull/62802#issuecomment-4024471764

   CI errors unrelated to this PR, merging


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



Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-09 Thread via GitHub


vincbeck merged PR #62802:
URL: https://github.com/apache/airflow/pull/62802


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



Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-09 Thread via GitHub


vincbeck commented on PR #62802:
URL: https://github.com/apache/airflow/pull/62802#issuecomment-4024046114

   I'll start preparing the release provider today, let's try to get it merged 
before :)


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



Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-09 Thread via GitHub


olegkachur-e commented on code in PR #62802:
URL: https://github.com/apache/airflow/pull/62802#discussion_r2905575631


##
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:
   Changed the formatting as suggested



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



Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-05 Thread via GitHub


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]



Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-04 Thread via GitHub


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


##
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``
+  * ``Remove CloudDataCatalogCreateEntryGroupOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateEntryGroupOperator
 instead``
+  * ``Remove CloudDataCatalogCreateTagOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateEntryOperator,
 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateEntryOperator
 instead``
+  * ``Remove CloudDataCatalogCreateTagTemplateOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogCreateTagTemplateFieldOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateAspectTypeOperator,
 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteEntryOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogDeleteEntryOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteEntryGroupOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogDeleteEntryGroupOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteTagOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateEntryOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteTagTemplateOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogDeleteAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteTagTemplateFieldOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogGetEntryOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogGetEntryOperator
 instead``

Review Comment:
   I see `X instead` for all the entries 
   looks like a wrong phrasing?
   



##
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``
+  * ``Remove CloudDataCatalogCreateEntryGroupOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateEntryGroupOperator
 instead``
+  * ``Remove CloudDataCatalogCreateTagOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateEntryOperator,
 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateEntryOperator
 instead``
+  * ``Remove CloudDataCatalogCreateTagTemplateOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogCreateTagTemplateFieldOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateAspectTypeOperator,
 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogCreateAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteEntryOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogDeleteEntryOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteEntryGroupOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogDeleteEntryGroupOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteTagOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateEntryOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteTagTemplateOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogDeleteAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogDeleteTagTemplateFieldOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogUpdateAspectTypeOperator
 instead``
+  * ``Remove CloudDataCatalogGetEntryOperator use 
airflow.providers.google.cloud.operators.dataplex.DataplexCatalogGetEntryOperator
 instead``

Review Comment:
   I see `X instead` for all the entries 
   looks like a wrong phrasing?
   



-- 
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:
us...@inf

Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-04 Thread via GitHub


olegkachur-e commented on PR #62802:
URL: https://github.com/apache/airflow/pull/62802#issuecomment-3997280852

   > It needs to have the note entry that notify users what was removed and how 
to migrate (see previous similar PRs)
   
   Thank you for mentioning missing items! 
   I've added detailed deprecation removal-replacement info into the changelog 
file.


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



Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-04 Thread via GitHub


olegkachur-e commented on PR #62802:
URL: https://github.com/apache/airflow/pull/62802#issuecomment-3996398697

   > Just to confirm, this means the next google provider release will be a 
major version release?
   
   Yes, as it introduce some breaking changes, it should be a major version 
bump.


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



Re: [PR] Delete google provider deprecated items sheduled for Jan 2026 [airflow]

2026-03-03 Thread via GitHub


vincbeck commented on PR #62802:
URL: https://github.com/apache/airflow/pull/62802#issuecomment-3993389784

   Just to confirm, this means the next google provider release will be a major 
version release?


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