@choppadandi vamshi krishna
Adjust the SQLAlchemy URI to get access to kerberized cluster:
hive://hive@dev4.com:10001/default?auth=KERBEROS&kerberos_service_name=hive
And get kerberos ticket manually to make it work:
kinit -k -t /etc/security/keytabs/superset.headless.keytab devhcdl4.azure.ril.com@DEVHCDLRIL.COM
Reference here
Please accept the answer you found most useful.