TinSlim
New Contributor III

You are using a venv, the venv has too many files and is not needed to be included, try adding this on your databricks.yml

sync:
  exclude:
  - "venv"

 Hope it helps

View solution in original post