mik-laj commented on a change in pull request #9698: URL: https://github.com/apache/airflow/pull/9698#discussion_r453930297
########## File path: docs/howto/operator/google/cloud/vision.rst ########## @@ -683,6 +683,68 @@ More information See `Google Cloud Vision ReferenceImage create documentation <https://googleapis.github.io/google-cloud-python/latest/vision/gapic/v1/api.html#google.cloud.vision_v1.ProductSearchClient.create_reference_image>`_. +.. _howto/operator:CloudVisionDeleteReferenceImageOperator: + +CloudVisionDeleteReferenceImageOperator +--------------------------------------- + +Deletes a :code:`ReferenceImage` resource. + +For parameter definition, take a look at +:class:`~airflow.providers.google.cloud.operators.vision.CloudVisionDeleteReferenceImageOperator` + +Using the operator +"""""""""""""""""" + +We are using the :class:`~google.cloud.vision_v1.types.ReferenceImage` and :class:`~google.api_core.retry.Retry` objects from Google libraries: + +.. exampleinclude:: airflow/airflow/providers/google/cloud/example_dags/example_vision.py Review comment: ```suggestion .. exampleinclude:: /../airflow/airflow/providers/google/cloud/example_dags/example_vision.py ``` See: https://github.com/apache/airflow/pull/9797 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
