<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: File Trigger using azure file share  in unity Catalog in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/file-trigger-using-azure-file-share-in-unity-catalog/m-p/90711#M37980</link>
    <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/119449"&gt;@Diego33&lt;/a&gt;&amp;nbsp;Kaniz is half-bot half-human, but unfortunately not gracing us with "sorry for the confusion" responses.&lt;BR /&gt;&lt;BR /&gt;After a quick search, I thought that maybe there's a possiblity to find use the web terminal and do a manual mount with the bash script that Microsoft provides. But all I get is mount:permission denied. I have a use case on my hands with File Share so I thought I'd give it a try.&lt;BR /&gt;&lt;BR /&gt;It's probably easier to work with the Azure Python SDK to access data from azure storage fileshares.&lt;BR /&gt;&lt;BR /&gt;And&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97352"&gt;@angel_ba&lt;/a&gt;,&amp;nbsp;there are vague references to a File Share trigger becoming available in Azure Function but it hasn't materialized and is not referenced as trigger, and it certainly isn't available in Databricks. That said, if I had to build a system that must pick up changed files in a File Share, I would use &lt;A href="https://learn.microsoft.com/en-us/powershell/module/az.storage/get-azstoragefile?view=azps-12.3.0" target="_self"&gt;powershell&lt;/A&gt;&amp;nbsp;to list the files (maybe have a landing area, to prevent having too much stuff to sift through), then you get the metadata containing the field "LastModified" with the above command, and then you can decide what to do. Or simply move the file from the File Share to blob storage and then it solves all the other issues.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2024 10:54:58 GMT</pubDate>
    <dc:creator>adriennn</dc:creator>
    <dc:date>2024-09-17T10:54:58Z</dc:date>
    <item>
      <title>File Trigger using azure file share  in unity Catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/file-trigger-using-azure-file-share-in-unity-catalog/m-p/63135#M32179</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have got the unity catalog eanbled in my workspace. the file srae manually copied by customers in azure file share(domain joint account, wabs) on adhoc basis. I would like to add a file trigger on the job so that as soon as file arrives in the file share it should get copied to my container(abfss) and triggers the job. But I am not able to mount azure file share but only abfss. How can I resolve it?&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2024 12:03:22 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/file-trigger-using-azure-file-share-in-unity-catalog/m-p/63135#M32179</guid>
      <dc:creator>angel_ba</dc:creator>
      <dc:date>2024-03-10T12:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: File Trigger using azure file share  in unity Catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/file-trigger-using-azure-file-share-in-unity-catalog/m-p/88767#M37610</link>
      <description>&lt;P&gt;Hi Kaniz. I have been trying to follow those steps for the past 2 days, multiple work around in python to try to mount SBM on databricks : 3.&amp;nbsp;&lt;STRONG&gt;Mounting Azure File Share (WABS)&lt;/STRONG&gt;&lt;SPAN&gt;:&amp;nbsp; 5.&amp;nbsp;&lt;/SPAN&gt;Copy the provided script. (MSFT Azure script proveded in Powershell or Bash, it does not work on Python Notebook, I tried multiple work around without success, I was not able to use&amp;nbsp;&lt;SPAN&gt;Databricks Notebook to mount the Azure File Share.&lt;/SPAN&gt;&amp;nbsp;can you help?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot_3.png" style="width: 437px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/10963i3FF3F4CA0C51DA7A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot_3.png" alt="Screenshot_3.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2024 16:29:38 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/file-trigger-using-azure-file-share-in-unity-catalog/m-p/88767#M37610</guid>
      <dc:creator>Diego33</dc:creator>
      <dc:date>2024-09-05T16:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: File Trigger using azure file share  in unity Catalog</title>
      <link>https://community.databricks.com/t5/data-engineering/file-trigger-using-azure-file-share-in-unity-catalog/m-p/90711#M37980</link>
      <description>&lt;P&gt;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/119449"&gt;@Diego33&lt;/a&gt;&amp;nbsp;Kaniz is half-bot half-human, but unfortunately not gracing us with "sorry for the confusion" responses.&lt;BR /&gt;&lt;BR /&gt;After a quick search, I thought that maybe there's a possiblity to find use the web terminal and do a manual mount with the bash script that Microsoft provides. But all I get is mount:permission denied. I have a use case on my hands with File Share so I thought I'd give it a try.&lt;BR /&gt;&lt;BR /&gt;It's probably easier to work with the Azure Python SDK to access data from azure storage fileshares.&lt;BR /&gt;&lt;BR /&gt;And&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/97352"&gt;@angel_ba&lt;/a&gt;,&amp;nbsp;there are vague references to a File Share trigger becoming available in Azure Function but it hasn't materialized and is not referenced as trigger, and it certainly isn't available in Databricks. That said, if I had to build a system that must pick up changed files in a File Share, I would use &lt;A href="https://learn.microsoft.com/en-us/powershell/module/az.storage/get-azstoragefile?view=azps-12.3.0" target="_self"&gt;powershell&lt;/A&gt;&amp;nbsp;to list the files (maybe have a landing area, to prevent having too much stuff to sift through), then you get the metadata containing the field "LastModified" with the above command, and then you can decide what to do. Or simply move the file from the File Share to blob storage and then it solves all the other issues.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 10:54:58 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/file-trigger-using-azure-file-share-in-unity-catalog/m-p/90711#M37980</guid>
      <dc:creator>adriennn</dc:creator>
      <dc:date>2024-09-17T10:54:58Z</dc:date>
    </item>
  </channel>
</rss>

