How can I schedule a Complete Python Project in Databricks - Stack Overflow

I have a simple Python project with the following structure:root│── src│ ├── package_name

I have a simple Python project with the following structure:

root/  
│── src/  
│   ├── package_name/  
│   │   ├── __init__.py  
│   │   ├── main.py  
│   │   ├── submodules1/  
│   │   │   ├── __init__.py  
│   │   │   ├── base1.py  
│   │   ├── submodules2/  
│   │   │   ├── __init__.py  
│   │   │   ├── base2.py  
│── pyproject.toml  

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. I need guidance on how to properly schedule this complete Python project in Databricks. Any suggestions or best practices would be greatly appreciated!

Thanks in advance.

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1743909621a4528115.html

相关推荐

  • How can I schedule a Complete Python Project in Databricks - Stack Overflow

    I have a simple Python project with the following structure:root│── src│ ├── package_name

    7天前
    30

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信