<?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: Trying to use Python source file as module in databricks Notebook in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92827#M38551</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117376"&gt;@filipniziol&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It works with the Serverless cluster. However, I'm using the 13.3 LTS DBR version, and it's not functioning as expected. Is there a specific version that is to be compatible with this usecase?&lt;/P&gt;</description>
    <pubDate>Sat, 05 Oct 2024 16:45:27 GMT</pubDate>
    <dc:creator>adhi_databricks</dc:creator>
    <dc:date>2024-10-05T16:45:27Z</dc:date>
    <item>
      <title>Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92810#M38546</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I’m currently working on a project in Databricks(version 13.3 LTS) and could use some help with importing external Python files as modules into my notebook. I’m aiming to organize my code better and reuse functions across different notebooks.&lt;/P&gt;&lt;P&gt;Could someone please provide detailed steps or best practices for this? Are there any specific configurations I should be aware of, or recommended file structures? &lt;/P&gt;&lt;P&gt;Here’s the structure I’m working with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;test&lt;/SPAN&gt;/ ├── Code/ │ └── notebook └── utils/ └── utilities.py&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;I need to import functions from utilities.py to use them in my notebook. However, I’m encountering a "module not found" error when I try to do this.&lt;/P&gt;&lt;P&gt;Thanks for your assistance!&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 06:12:49 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92810#M38546</guid>
      <dc:creator>adhi_databricks</dc:creator>
      <dc:date>2024-10-05T06:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92821#M38548</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124788"&gt;@adhi_databricks&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;to accomplish what you need:&lt;BR /&gt;1. Make sure that utilities.py are a&lt;STRONG&gt; file&lt;/STRONG&gt;, and &lt;STRONG&gt;not a notebook&lt;/STRONG&gt;. If you created the notebook, you will not be able to do the imports.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1728142720237.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11699iD91915538A45C88F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1728142720237.png" alt="filipniziol_0-1728142720237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Append path to utils and import utilities (not utils.utilities):&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_1-1728143067624.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11700iB76EF7135FC8797A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_1-1728143067624.png" alt="filipniziol_1-1728143067624.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 15:45:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92821#M38548</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-05T15:45:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92827#M38551</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117376"&gt;@filipniziol&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;It works with the Serverless cluster. However, I'm using the 13.3 LTS DBR version, and it's not functioning as expected. Is there a specific version that is to be compatible with this usecase?&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 16:45:27 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92827#M38551</guid>
      <dc:creator>adhi_databricks</dc:creator>
      <dc:date>2024-10-05T16:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92830#M38552</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124788"&gt;@adhi_databricks&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Since Databricks Runtime 14.0+ the default current directory has been changed:&lt;BR /&gt;&lt;A href="https://docs.databricks.com/en/files/workspace-modules.html" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/files/workspace-modules.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1728147908843.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11701iE8A25768C8E2DF6D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1728147908843.png" alt="filipniziol_0-1728147908843.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;To solve it:&lt;BR /&gt;1. Use Serverless, or any version 14+, like 14.3 LTS, 15.4 LTS&lt;BR /&gt;2. In version 13.3 change the path according to the old design, one of the solutions is simply to use absolute path to the utils:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_1-1728148157745.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11702i815AA56057B8867E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_1-1728148157745.png" alt="filipniziol_1-1728148157745.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;One more thing, when retesting with different runtime/path, make sure to Clear state in the notebook:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1728148759729.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11703i7F497FBE7AFEDBAE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1728148759729.png" alt="filipniziol_0-1728148759729.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Oct 2024 17:19:40 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92830#M38552</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-05T17:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92859#M38562</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117376"&gt;@filipniziol&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Here’s the path to the notebook:&lt;BR /&gt;/Workspace/Repos/xyz@email.com/de/usecase/main/data_pipelines/notebooks/main_notebook&lt;/P&gt;&lt;P&gt;And here’s the path to the utils Python file:&lt;BR /&gt;/Workspace/Repos/xyz@email.com/de/usecase/main/data_pipelines/utils.py&lt;/P&gt;&lt;P&gt;I’m on version 13.3 of the DBR, and using the absolute path in the Repos folder didn’t work for me. However, it did work in the Workspace/Shared folder, as you mentioned.&lt;/P&gt;&lt;P&gt;Could you help me with this? Thanks!&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 14:16:26 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92859#M38562</guid>
      <dc:creator>adhi_databricks</dc:creator>
      <dc:date>2024-10-06T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92861#M38563</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124788"&gt;@adhi_databricks&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;Here is the article on current working directory for different versions:&lt;BR /&gt;&lt;A href="https://docs.databricks.com/en/files/cwd-dbr-14.html" target="_blank" rel="noopener"&gt;https://docs.databricks.com/en/files/cwd-dbr-14.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The solution is change the current working directory to your current directory and then to use relative paths (in your case it should be&amp;nbsp;&lt;SPAN&gt;"../"):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import os

os.chdir("/tmp")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the code tested using DBR 13.3 inside /Workspace/Repos:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1728226157543.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11711iA3CA166FDFF0A0E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1728226157543.png" alt="filipniziol_0-1728226157543.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 14:54:17 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92861#M38563</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-06T14:54:17Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92862#M38564</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117376"&gt;@filipniziol&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;According to the documentation from the link you shared, when code runs in a path under Workspace/Repos, the current working directory depends on your admin configuration and the cluster's DBR version. Specifically, for workspaces with &amp;nbsp;enableWorkspaceFilesystem set to&amp;nbsp;dbr11.0+&amp;nbsp;on DBR versions 11.0 and higher&lt;/P&gt;&lt;P&gt;the CWD is the directory containing the notebook or script being executed.&lt;/P&gt;&lt;P&gt;I'm using os.getcwd to get the CWD, which reflects where the script is running. However, I'm having trouble with sys.path.append, both with and without the os.chdir command. Any insights?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 15:34:42 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92862#M38564</guid>
      <dc:creator>adhi_databricks</dc:creator>
      <dc:date>2024-10-06T15:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92863#M38565</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124788"&gt;@adhi_databricks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;in your case the file is called utilities and not utils. You need to import the name of the file, so to import utilities.&lt;BR /&gt;&lt;BR /&gt;EDIT:&lt;BR /&gt;I realized first in was utilities, later utils.&lt;BR /&gt;Could you share once again what are your paths and what is the name of the .py file.&lt;BR /&gt;Also is your "main_notebok" a notebook, or it is also some folder where the notebook is located.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 15:51:34 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92863#M38565</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-06T15:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92865#M38567</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;&lt;SPAN&gt;Hey&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117376" target="_blank" rel="noopener"&gt;@filipniziol&lt;/A&gt;&lt;SPAN&gt;, name of file is utils.py and notebook is main_notebook(NOTEBOOK)&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Here’s the path to the notebook:&lt;BR /&gt;/Workspace/Repos/xyz@email.com/de/usecase/main/data_pipelines/notebooks/main_notebook&lt;/P&gt;&lt;P&gt;And here’s the path to the utils Python file:&lt;BR /&gt;/Workspace/Repos/xyz@email.com/de/usecase/main/data_pipelines/utils.py&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 06 Oct 2024 15:53:37 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92865#M38567</guid>
      <dc:creator>adhi_databricks</dc:creator>
      <dc:date>2024-10-06T15:53:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92866#M38568</link>
      <description>&lt;P&gt;Hmm.. it looks good. Could you clear state and cell output and try once again?&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 15:56:31 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92866#M38568</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-06T15:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92867#M38569</link>
      <description>&lt;P&gt;I’ve already tried that, but it didn’t work.&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 16:01:47 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92867#M38569</guid>
      <dc:creator>adhi_databricks</dc:creator>
      <dc:date>2024-10-06T16:01:47Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92868#M38570</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124788"&gt;@adhi_databricks&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;1. Double check the directories Python is using to look for modules:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import sys 

... add the path...

print(sys.path)&lt;/LI-CODE&gt;&lt;P&gt;2. Double check utils.py is a file and not a notebook&lt;/P&gt;&lt;P&gt;3. Try to set manually the current working directory:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;import os
os.chdir('/Workspace/Repos/xyz@email.com/de/usecase/main/data_pipelines/notebooks')&lt;/LI-CODE&gt;&lt;P&gt;4. Always test first clearing the state of the notebook&lt;/P&gt;&lt;P&gt;5. Prioritize your custom path using sys.path.insert(0, path) instead&amp;nbsp;sys.path.append()&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 16:19:00 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92868#M38570</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-06T16:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92869#M38571</link>
      <description>&lt;P&gt;hey&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/117376"&gt;@filipniziol&lt;/a&gt;&amp;nbsp;,As DBR Version is 13.3 and&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;enableWorkspaceFilesystem&lt;/STRONG&gt;&lt;/EM&gt; is enabled the cwd is already set to&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="python"&gt;/Workspace/Repos/xyz@email.com/de/usecase/main/data_pipelines/notebooks&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But still prioritized the path using sys.path.insert(0,path),still facing Module not found error&lt;span class="lia-unicode-emoji" title=":neutral_face:"&gt;😐&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 16:33:55 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92869#M38571</guid>
      <dc:creator>adhi_databricks</dc:creator>
      <dc:date>2024-10-06T16:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to use Python source file as module in databricks Notebook</title>
      <link>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92871#M38572</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/124788"&gt;@adhi_databricks&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I am out of ideas in this case. Is&amp;nbsp;&lt;SPAN&gt;utils.py the correct python file, no errors found.&lt;BR /&gt;&lt;/SPAN&gt;Could you test with some simple code like below?&lt;BR /&gt;I am starting to think there is something wrong with the file (although you mentioned it works in /Shared folder).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="filipniziol_0-1728233763162.png" style="width: 400px;"&gt;&lt;img src="https://community.databricks.com/t5/image/serverpage/image-id/11712i654397B7452ED75E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="filipniziol_0-1728233763162.png" alt="filipniziol_0-1728233763162.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Oct 2024 16:57:59 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/trying-to-use-python-source-file-as-module-in-databricks/m-p/92871#M38572</guid>
      <dc:creator>filipniziol</dc:creator>
      <dc:date>2024-10-06T16:57:59Z</dc:date>
    </item>
  </channel>
</rss>

