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:
[email protected]