Taragolis commented on code in PR #34549:
URL: https://github.com/apache/airflow/pull/34549#discussion_r1334264193
##########
airflow/providers/google/cloud/hooks/life_sciences.py:
##########
@@ -35,6 +36,11 @@ class LifeSciencesHook(GoogleBaseHook):
"""
Hook for the Google Cloud Life Sciences APIs.
+ .. warning::
+ This hook is deprecated. Consider using Google Cloud Batch Operators' hook
instead.
+ The Life Sciences API (beta) will be discontinued on July 8, 2025 in favor
+ of Google Cloud Batch.
Review Comment:
```suggestion
.. warning::
This hook is deprecated. Consider using Google Cloud Batch
Operators' hook instead.
The Life Sciences API (beta) will be discontinued on July 8, 2025 in
favor
of Google Cloud Batch.
```
##########
airflow/providers/google/cloud/operators/life_sciences.py:
##########
@@ -33,6 +34,11 @@ class
LifeSciencesRunPipelineOperator(GoogleCloudBaseOperator):
"""
Runs a Life Sciences Pipeline.
+ .. warning::
+ This operator is deprecated. Consider using Google Cloud Batch Operators
instead.
+ The Life Sciences API (beta) will be discontinued on July 8, 2025 in favor
+ of Google Cloud Batch.
Review Comment:
```suggestion
This operator is deprecated. Consider using Google Cloud Batch
Operators instead.
The Life Sciences API (beta) will be discontinued on July 8, 2025 in
favor
of Google Cloud Batch.
```
--
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]