eladkal commented on a change in pull request #21084:
URL: https://github.com/apache/airflow/pull/21084#discussion_r807996216



##########
File path: airflow/providers/presto/provider.yaml
##########
@@ -42,6 +42,12 @@ hooks:
     python-modules:
       - airflow.providers.presto.hooks.presto
 
+transfers:
+  - source-integration-name: Google Cloud Storage (GCS)
+    target-integration-name: Presto
+    how-to-guide: 
/docs/apache-airflow-providers-presto/transfers/gcs_to_presto.rst

Review comment:
       I think it might be related to `/transfers/` ?
   All other operators has `/transfer/` for `how-to-guide`
   
   Try to change it to
   ```suggestion
       how-to-guide: 
/docs/apache-airflow-providers-presto/transfer/gcs_to_presto.rst
   ```
   
   And also change the path of the file itself




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