r-richmond opened a new pull request, #26922:
URL: https://github.com/apache/airflow/pull/26922

   ## What this does
   * Removes <2 limit on google-cloud-storage for google provider
   
   ## Why
   * newer versions of `google-cloud-storage` are required from some other 
python libraries
   * the breaking changes made to 
[2.0](https://github.com/googleapis/python-storage/releases) was the removal of 
python 2.x support which airflow no longer supports regardless
   * the breaking changes made to 2.1 was the removal of python 3.6 support 
which airflow no longer supports regardless
   
   ## Misc notes
   * Made my best attempt to update all places where this could be referenced, 
unable to run `pre-commit --run-all` due to the following
   * I attempted to use vscode in open in containers but hit error 1
   * 
   ```
   Workspace folder not specified in devcontainer.json.
   ```
   
   * After resolving error 1 by adding 
`workspace_folder=/var/lib/docker/codespacemount/workspace/airflow` I ran into 
another error 
   ```
   [2022-10-06T18:58:11.339Z] Stop (53 ms): Run in container: /bin/sh
   [2022-10-06T18:58:11.339Z] Start: Run in container: cat /etc/passwd
   [2022-10-06T18:58:11.339Z] Stdin closed!
   [2022-10-06T18:58:11.340Z] Shell server terminated (code: 1, signal: null)
   
   Error response from daemon: Container 
32d84eed30c292a7bd8b42d3b9a58e241e435f51388dbd5e437d20c32c108eef is not running
   ```


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