-
Notifications
You must be signed in to change notification settings - Fork 79
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
[CT-157] [Bug] Search in generated docs is not filtering as expected #236
Comments
Thanks @crystalro0! I was able to take a peek in. When I try searching, I see these errors start appearing in the console: That error would be more helpful if I had the source maps (which I don't... because my local
It looks like there are a few different spots, related to site search, where we call dbt-docs/src/app/components/search/search.js Lines 106 to 114 in 13bc6bd
dbt-docs/src/app/main/index.js Lines 162 to 202 in 13bc6bd
This will definitely be easier to debug for someone who can build locally with source maps :) In the meantime, I suspected the issue might be due to Spark/Databricks-specific behavior, whereby I'll transfer this to
That's a pretty substantial difference! I can open a separate issue in
Update: opened dbt-labs/dbt-spark#284 |
Is there an existing issue for this?
Current Behavior
Customer is using Databricks in dbt Cloud. When docs are generated during their production run, user is seeing no change in the search results when they attempt to filter by their search query.
Secondary issue is that the displayed model size is incorrect. (Ex. model is showing as 23GB in docs, while it's ~8MB in Databricks)
Expected Behavior
Results should be filtered by an inputed search term or query. Also if no results, it should not be showing all available items.
Steps To Reproduce
Relevant log output
No response
Environment
- dbt: 1.0
What database are you using dbt with?
other (mention it in "Additional Context")
Additional Context
Databricks
The text was updated successfully, but these errors were encountered: