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 22:26:25 UTC

[GitHub] [airflow] ryw edited a comment on issue #11565: [Airflow 2 Alpha] Connection not recognized

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