eladkal commented on code in PR #29726:
URL: https://github.com/apache/airflow/pull/29726#discussion_r1119265114
##########
tests/always/test_project_structure.py:
##########
@@ -289,6 +289,7 @@ class
TestGoogleProviderProjectStructure(ExampleCoverageTest, AssetsCoverageTest
"airflow.providers.google.cloud.operators.vertex_ai.endpoint_service.UpdateEndpointOperator",
"airflow.providers.google.cloud.operators.vertex_ai.batch_prediction_job."
"GetBatchPredictionJobOperator",
+
"airflow.providers.google.cloud.operators.cloud_sql.CloudSQLCloneInstanceOperator",
Review Comment:
Great. We are almost there. The example was generated but it is not
referenced in the docs.
See
https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/cloud_sql.html
You need to add a short description in the docs and refer to the example you
wrote.
The relevant file to edit is:
https://github.com/apache/airflow/blob/main/docs/apache-airflow-providers-google/operators/cloud/cloud_sql.rst
--
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]