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/10/15 21:19:22 UTC

[GitHub] [airflow] ryw opened a new issue #11565: [Airflow 2 Alpha] Connection not recognized

ryw opened a new issue #11565:
URL: https://github.com/apache/airflow/issues/11565


   Possible i'm doing something wrong, but doesn't seem that Airflow is recognizing my connection.
   
   ![Screen Recording 2020-10-15 at 5 14 45 PM](https://user-images.githubusercontent.com/4283/96187069-60059400-0f0a-11eb-807f-dda7fd6ed3ff.gif)
   


----------------------------------------------------------------
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] ryw commented on issue #11565: [Airflow 2 Alpha] Connection not recognized

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


   I think it was related to a missing entry in the `extra` json...
   
   ```
   {
           "account": "XX.XXX",
           "warehouse": "XXXX",
            "database": "XXXX",
            "region": "XXXX",
            "role": "XXXX",
            "schema":  "XXXX"
   }
   ```
   
   I was missing `role` and `schema` and now it works. I would expect the error to be different than saying it's `not defined`.


----------------------------------------------------------------
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] ryw edited a comment on issue #11565: [Airflow 2 Alpha] Connection not recognized

Posted by GitBox <gi...@apache.org>.
ryw edited a comment on issue #11565:
URL: https://github.com/apache/airflow/issues/11565#issuecomment-709622299


   I think it was related to a missing entry in the `extra` json... I would expect the error to be different than saying it's `not defined`.
   
   ```
   {
           "account": "XX.XXX",
           "warehouse": "XXXX",
            "database": "XXXX",
            "region": "XXXX",
            "role": "XXXX",
            "schema":  "XXXX"
   }
   ```
   
   I was missing `role` and `schema` and now it works.


----------------------------------------------------------------
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] ryw closed issue #11565: [Airflow 2 Alpha] Connection not recognized

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


   


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