I'm trying to create a connection through the Airflow UI but getting an UI error when trying to save it: "Failed to update record. Incorrect padding"
Connection details are:
- Conn Id:
beeline_default - Conn Type:
Hive Client Wrapper - Host:
fully.qualified.hostname.com - Login:
user_with_access_to_hive - Password:
some_password - Port:
6789 - Schema:
default;transportMode=http;httpPath=gateway/default/hive;ssl=true; - Extra:
{ "use_beeline": true }
Notes:
- I'm aware the Schema parameter includes more than just the schema, this does not seem to be the problem since (see next);
- Once I remove the
{ "use_beeline": true }I'm able to save the connection.
Can't see any meaningful messages in the webserver logs, or I might be searching the wrong file.