You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I checked the source code of getTableSchema(), look like it doesn't use any authentication when it tried to get table schema from pinot /tables/${xxxx}/schema api, which is protected by token authentication, and then it failed. Can we add authentication to the spark connector?
Thanks.
The text was updated successfully, but these errors were encountered:
tsekityam
changed the title
[spark connector]
[feature request][spark connector] support authentication to pinot api
Mar 17, 2025
Hi team,
When I try to use pinot-spark-3-connector to fetch our pinot table to databricks with the following code
I got the following error
I checked the source code of
getTableSchema()
, look like it doesn't use any authentication when it tried to get table schema from pinot/tables/${xxxx}/schema
api, which is protected by token authentication, and then it failed. Can we add authentication to the spark connector?Thanks.
The text was updated successfully, but these errors were encountered: