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 would suggest just using the name of the project in place of the null. Better still, do we need a root node? It just mean one less click to expand the list of schemas. If we need the root node, could we default the tree to expanded (instead of collapsed)?
The text was updated successfully, but these errors were encountered:
Had the same issue and was pointed in this direction. Not had time to look at the underlying code but a quick fix / workaround is to run the following after generating the documentation:
sed 's/"database": null/"database": "<DATABASE_NAME>"/g' ./target/manifest.json
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please remove the stale label or comment on the issue, or it will be closed in 7 days.
On Spark, where
database
is alwaysnull
, theDatabase
tree view looks like:Suggestions from @dallyhorton, who initially surfaced this in Slack:
The text was updated successfully, but these errors were encountered: