Closed rohitpawar2811 closed 10 months ago
Hi @rohitpawar2811 Thank you for your contribution! LGTM however I had to replace all url.query
occurrences with kwargs
in http.py
to get to work on Superset 3.1.0rc2. Otherwise, when using url.query
, the following error is returned:
[SQL: connect() got an unexpected keyword argument 'token']
What is the environment used at your end?
This commit introduces support for using bearer tokens as part of the authentication mechanism in the SQLAlchemy Solr driver. The changes include: