cancel
Showing results for 
Search instead for 
Did you mean: 
vinitkhandelwal
New Contributor III
since ‎05-01-2023
‎07-08-2024

User Stats

  • 4 Posts
  • 1 Solutions
  • 0 Kudos given
  • 1 Kudos received

User Activity

I am trying to create a Databricks Job using Serverless Compute. I am using wheel file to run the Python Job.The wheel file has setup.py file using which all dependencies are installed. One of the package dependency is a private package hosted on Git...
My project's setup.py filefrom setuptools import find_packages, setup PACKAGE_REQUIREMENTS = ["pyyaml","confluent-kafka", "fastavro", "python-dotenv","boto3", "pyxlsb", "aiohttp", "myprivatepackage"] LOCAL_REQUIREMENTS = ["delta-spark", "scikit-lea...
Kudos from