<?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 Scheduling a Complete Python Project in Databricks in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/scheduling-a-complete-python-project-in-databricks/m-p/114133#M44729</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a simple Python project with the following structure:&lt;/P&gt;&lt;PRE&gt;root/  
│── src/  
│   ├── package_name/  
│   │   ├── __init__.py  
│   │   ├── main.py  
│   │   ├── submodules1/  
│   │   │   ├── __init__.py  
│   │   │   ├── base1.py  
│   │   ├── submodules2/  
│   │   │   ├── __init__.py  
│   │   │   ├── base2.py  
│── pyproject.toml  &lt;/PRE&gt;&lt;P&gt;My primary concern is that while I can schedule a notebook or a single Python file in Databricks, I am unable to schedule an entire project that depends on main.py. The project functions as a CLI application and requires arguments to run.&lt;/P&gt;&lt;P&gt;I need guidance on how to properly schedule this complete Python project in Databricks. Any suggestions or best practices would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Tue, 01 Apr 2025 03:37:29 GMT</pubDate>
    <dc:creator>naineel</dc:creator>
    <dc:date>2025-04-01T03:37:29Z</dc:date>
    <item>
      <title>Scheduling a Complete Python Project in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/scheduling-a-complete-python-project-in-databricks/m-p/114133#M44729</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I have a simple Python project with the following structure:&lt;/P&gt;&lt;PRE&gt;root/  
│── src/  
│   ├── package_name/  
│   │   ├── __init__.py  
│   │   ├── main.py  
│   │   ├── submodules1/  
│   │   │   ├── __init__.py  
│   │   │   ├── base1.py  
│   │   ├── submodules2/  
│   │   │   ├── __init__.py  
│   │   │   ├── base2.py  
│── pyproject.toml  &lt;/PRE&gt;&lt;P&gt;My primary concern is that while I can schedule a notebook or a single Python file in Databricks, I am unable to schedule an entire project that depends on main.py. The project functions as a CLI application and requires arguments to run.&lt;/P&gt;&lt;P&gt;I need guidance on how to properly schedule this complete Python project in Databricks. Any suggestions or best practices would be greatly appreciated!&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 03:37:29 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/scheduling-a-complete-python-project-in-databricks/m-p/114133#M44729</guid>
      <dc:creator>naineel</dc:creator>
      <dc:date>2025-04-01T03:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a Complete Python Project in Databricks</title>
      <link>https://community.databricks.com/t5/data-engineering/scheduling-a-complete-python-project-in-databricks/m-p/114137#M44731</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;a href="https://community.databricks.com/t5/user/viewprofilepage/user-id/156060"&gt;@naineel&lt;/a&gt;&amp;nbsp;, one approach can be you can convert your project into a whl file&lt;BR /&gt;and then create a python whl task for it and schedule&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://docs.databricks.com/aws/en/jobs/python-wheel" target="_blank"&gt;https://docs.databricks.com/aws/en/jobs/python-wheel&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Apr 2025 04:33:48 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/scheduling-a-complete-python-project-in-databricks/m-p/114137#M44731</guid>
      <dc:creator>ashraf1395</dc:creator>
      <dc:date>2025-04-01T04:33:48Z</dc:date>
    </item>
  </channel>
</rss>

