You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/25 15:41:23 UTC

[GitHub] [airflow] potiuk commented on pull request #22910: Add impersonation_chain parameter for ComputeEngineSSHHook

potiuk commented on PR #22910:
URL: https://github.com/apache/airflow/pull/22910#issuecomment-1166312484

   > Basically the problem is i cant use an Ubuntu configuration with enough performances to run the test environment. I'm stuck on a low hardware windows 10 laptop and i tried ubuntu in virtualbox which created memory failure due to lack of performances and i cant run it in my WSL1
   
   Have you tried Codespaces or GitPod? 
   
    * https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START_CODESPACES.rst
    * https://github.com/apache/airflow/blob/main/CONTRIBUTORS_QUICK_START_GITPOD.rst
   
   They both provide decent development environment using remote containers - either run by GitPod or GitHub and we have full integration with them, including documentation and instructions.
   
   You need either "beta" or paid account for both (or maybe your employer already has some offering there), but that might be an easy solution for your problems.
   
   Alternatively, you can set your environment in a remote machine in the cloud - I sometimes do that and you can have machines for < 0.1 USD per hour and you can get them up-and-running in under 10 minutes following Breeze. Both VScode and IntelliJ have a way to connect to remote environments (requires a bit of configuration but it works nicely and is described in our VSCODE/IntelliJ docs as well). 
   
   So  you have plenty of options. 


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org