Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2021 01:40 PM
Hi Hunder, Please find the below steps to download the png file
- Copy the png file to a file store location Eg. - dbfs:/FileStore/tables/DeltaLakeCheatSheet.png
- In a separate browser tab, I entered the below URL to automatically download the file to the local.
https://<mycompany.databricks.com>/files/tables/DeltaLakeCheatSheet.png?o=######
a. Replace <mycompany.databricks.com> with the URL you have used to login to databricks
b. ?o=######" where the number after o= is the same as in your URL
Also, the below example, which displays a hyperlink to the png file which can be used to download the png file
displayHTML("""
<p> This is a link <a href="files/tables/DeltaLakeCheatSheet.png?o=######"> link</a> to the document </p>
""")