-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue while creating chart for Solr #14
Comments
@aadel |
Can you explain the exact use case of the for table in tables: |
Hi @rohitpawar2811 Yes, I think this relates to issue #16 since the library does not currently support Solr aliases. |
This query is generated by Superset and is causing errors. After fetching data, we prepare columns and types in the
SolrTableReflection
class.However, in the logic for extracting tables, it extracts the name of the alias ['virtual_table']. Subsequently, using the alias name, it calls the /admin/luke API and encounters an error because there is no collection available with the alias
virtual_table
.The problematic query is:
The text was updated successfully, but these errors were encountered: