lopezvit opened a new issue, #39290:
URL: https://github.com/apache/airflow/issues/39290

   ### Description
   
   Create a new operator inside of 
`airflow.providers.google.cloud.operators.gcs` that, given a pattern/preffix 
would return a list 
   of files in said folder, similar to the client method:
   
       storage_client.get_bucket(BUCKET_NAME)
       bucket.list_blobs(prefix=filename)
   
   ### Use case/motivation
   
   _No response_
   
   ### Related issues
   
   I have a process that runs once a day that reads some *.csv files from 
storage and process them.
   It would be nice to have an operator that would do exactly that, without 
needing to create custom code for it.
   When I create the custom code, probably using the storage hook, I can try to 
paste it here, but I don't have time to create a PR.
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


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