I have created a dashboard using the notebook dashboard interface, rather than the SQL warehouse dashboards. This means that the tables and visualizations on the dashboard, as well as the dashboard itself, are directly tied to a notebook and the output of that notebook. My goal is export this dashboard as html and then export that html as a pdf so that others in my organization can view my dashboard without having a DataBricks account.
When I run the notebook through a workflow, the results give me the option to view the dashboard, as well as export as html. This works fine, and the resulting html file looks and acts as expected, just as it did on the workflow results page for the dashboard.
My problem comes when I use Chrome's (or any other browser's) print>export to pdf functionality. The result of this is many pages long of the information on my dashboard, but the pieces are not in order, overlapping, scattered about randomly with lots of whitespace, and overall not usable. Moreover, a DataBricks logo appears in the top left corner of the print preview that does not exist on the dashboard, or the html version of it.
For the time being I am using a Chrome extension called GoFullPage as a workaround, but my ultimate goal is to automate the export and upload of the dashboard html file to a place where anyone can grab the file and print from their browser(without any extension). Everything to do that is set up except for the being able to print part. I reached out to DataBricks and they said they'd reach out internally and get back, but I haven't heard anything yet.
I unfortunately can not show an example, as the data is sensitive, but I hope my explanation made enough sense. Has anyone seen this? Any help at all would be much appreciated!