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 2020/06/16 17:22:03 UTC

[GitHub] [airflow] turbaszek opened a new issue #9334: Unbound variable when entering breeze

turbaszek opened a new issue #9334:
URL: https://github.com/apache/airflow/issues/9334


   **Apache Airflow version**:
   2.0
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   N/A
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release): macOS 10.15.4
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   
   **What happened**:
   
   ```
   ➜ ./breeze --python 3.6
   Python version: 3.6
   
   
   Fixed group permissions
   
   
   
   
   
                                     @&&&&&&@
                                    @&&&&&&&&&&&@
                                   &&&&&&&&&&&&&&&&
                                           &&&&&&&&&&
                                               &&&&&&&
                                                &&&&&&&
                              @@@@@@@@@@@@@@@@   &&&&&&
                             @&&&&&&&&&&&&&&&&&&&&&&&&&&
                            &&&&&&&&&&&&&&&&&&&&&&&&&&&&
                                            &&&&&&&&&&&&
                                                &&&&&&&&&
                                              &&&&&&&&&&&&
                                         @@&&&&&&&&&&&&&&&@
                      @&&&&&&&&&&&&&&&&&&&&&&&&&&&&  &&&&&&
                     &&&&&&&&&&&&&&&&&&&&&&&&&&&&    &&&&&&
                    &&&&&&&&&&&&&&&&&&&&&&&&         &&&&&&
                                                    &&&&&&
                                                  &&&&&&&
                                               @&&&&&&&&
               @&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
              &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
             &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
   
   
   
        @&&&@       &&  @&&&&&&&&&&&   &&&&&&&&&&&&  &&            &&&&&&&&&&  &&&     &&&     &&&
       &&& &&&      &&  @&&       &&&  &&            &&          &&&       &&&@ &&&   &&&&&   &&&
      &&&   &&&     &&  @&&&&&&&&&&&&  &&&&&&&&&&&   &&          &&         &&&  &&& &&& &&@ &&&
     &&&&&&&&&&&    &&  @&&&&&&&&&     &&            &&          &&@        &&&   &&@&&   &&@&&
    &&&       &&&   &&  @&&     &&&@   &&            &&&&&&&&&&&  &&&&&&&&&&&&     &&&&   &&&&
   
   &&&&&&&&&&&&   &&&&&&&&&&&&   &&&&&&&&&&&@  &&&&&&&&&&&&   &&&&&&&&&&&   &&&&&&&&&&&
   &&&       &&&  &&        &&&  &&            &&&                  &&&&    &&
   &&&&&&&&&&&&@  &&&&&&&&&&&&   &&&&&&&&&&&   &&&&&&&&&&&       &&&&       &&&&&&&&&&
   &&&        &&  &&   &&&&      &&            &&&             &&&&         &&
   &&&&&&&&&&&&&  &&     &&&&@   &&&&&&&&&&&@  &&&&&&&&&&&&  @&&&&&&&&&&&   &&&&&&&&&&&
   
   
                                  Use CI image.
   
                                  Branch name:            master
                                  Docker image:           apache/airflow:master-python3.6-ci
                                  Airflow source version: 2.0.0.dev0
                                  Python version:         3.6
                                  DockerHub user:         apache
                                  DockerHub repo:         airflow
                                  Backend:                postgres 9.6
   
   
   ##############################################################################################
                                     Airflow Breeze CHEATSHEET
   
   ##############################################################################################
    Adding breeze to your path:
       When you exit the environment, you can add sources of Airflow to the path - you can
       run breeze or the scripts above from any directory by calling 'breeze' commands directly
   
        export PATH=${PATH}:"/Users/tomaszurbaszek/airflow-breeze/workspaces/polidea-main/airflow"
   
   ##############################################################################################
    Port forwarding:
   
      Ports are forwarded to the running docker containers for webserver and database
        * 28080 -> forwarded to Airflow webserver -> airflow:8080
        * 25433 -> forwarded to Postgres database -> postgres:5432
        * 23306 -> forwarded to MySQL database  -> mysql:3306
   
      Here are links to those services that you can use on host:
        * Webserver: http://127.0.0.1:28080
        * Postgres:  jdbc:postgresql://127.0.0.1:25433/airflow?user=postgres&password=airflow
        * Mysql:     jdbc:mysql://localhost:23306/airflow?user=root
   
   ##############################################################################################
     You can toggle ascii/cheatsheet by running:
         * breeze toggle-suppress-cheatsheet
         * breeze toggle-suppress-asciiart
   
   ##############################################################################################
   
   
   
   ./breeze: line 2018: @: unbound variable
   ```
   
   
   **What you expected to happen**:
   
   I can enter breeze
   
   **How to reproduce it**:
   
   What I did was `docker system prune` + removing images and everything else to remove trash. Then I faced this issue.
   
   **Anything else we need to know**:
   
   N/A
   


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

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



[GitHub] [airflow] potiuk commented on issue #9334: Unbound variable when entering breeze

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #9334:
URL: https://github.com/apache/airflow/issues/9334#issuecomment-644908446


   Likely Mac Only
   


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

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



[GitHub] [airflow] potiuk closed issue #9334: Unbound variable when entering breeze

Posted by GitBox <gi...@apache.org>.
potiuk closed issue #9334:
URL: https://github.com/apache/airflow/issues/9334


   


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

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



[GitHub] [airflow] marclamberti commented on issue #9334: Unbound variable when entering breeze

Posted by GitBox <gi...@apache.org>.
marclamberti commented on issue #9334:
URL: https://github.com/apache/airflow/issues/9334#issuecomment-801934362


   I just got this issue today:
   ```
   ➜  airflow git:(master) ./breeze
   ./breeze: line 28: @: unbound variable
   ```
   and I'm on Mac too :'(


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

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



[GitHub] [airflow] potiuk commented on issue #9334: Unbound variable when entering breeze

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #9334:
URL: https://github.com/apache/airflow/issues/9334#issuecomment-644910537


   Fix coming


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

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