apache / airflow

Apache Airflow - A platform to programmatically author, schedule, and monitor workflows
https://airflow.apache.org/
Apache License 2.0
36.72k stars 14.22k forks source link

Add GCSListObjectsOperator to operators listed in documentation in Google Provider for GCS #39290

Open lopezvit opened 5 months ago

lopezvit commented 5 months ago

Description

Add the GCSListObjectsOperator to gcs.html

Are you willing to submit a PR?

Code of Conduct

lopezvit commented 5 months ago

Ok, after a bit of googleing I found that it exists!!! GCSListObjectsOperator Then, what I believe it is wrong is the documentation, because I didn't found it here: https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/gcs.html Should I create a new issue for fixing the documentation or can it continue here?

RNHTTR commented 5 months ago

You can just edit this Issue to request that this Operator be added to the list of operators in the docs, I think.

chaityacshah commented 4 months ago

I can take this

Srabasti commented 3 weeks ago

Looks to me that the action item is to find the exact place in repository for this documentation link https://airflow.apache.org/docs/apache-airflow-providers-google/stable/operators/cloud/gcs.html exists and just add the details from (https://airflow.apache.org/docs/apache-airflow-providers-google/stable/_api/airflow/providers/google/cloud/operators/gcs/index.html#airflow.providers.google.cloud.operators.gcs.GCSListObjectsOperator) and add section of GCSListObjectsOperator. Carried out changes and submitted PR for review.