hussein-awala opened a new pull request, #35635:
URL: https://github.com/apache/airflow/pull/35635

   In a complex scenario, this operator could be used to upload local files to 
GCS instead of uploading DV360 reports.
   
   This PR adds a filter for local files to stop the execution.
   
   ```bash
   echo "test text" > /tmp/test.txt
   python -c "import urllib.request; 
print(urllib.request.urlopen('file:/tmp/test.txt').file.read())"
   ``` 


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