databricks/databricks-vscode

[BUG] Error: Maximum file size of X exceeded

mydpy opened this issue · 1 comments

mydpy commented

Describe the bug
Repositories larger than ~200MB cannot be loaded. For even moderately large monoliths it will be difficult / impossible to develop on Databricks with this limitation.

To Reproduce
Steps to reproduce the behavior:

  1. Create a large local repository
  2. Try to sync it to the databricks workspace

Screenshots
If applicable, add screenshots to help explain your problem.

System information:

  1. Paste the output ot the Help: About command (CMD-Shift-P).
Version: 1.77.0 (Universal)
Commit: 7f329fe6c66b0f86ae1574c2911b681ad5a45d63
Date: 2023-03-29T09:57:11.797Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Darwin x64 21.6.0
Sandboxed: No
  1. Databricks Extension Version v0.3.7

Databricks Extension Logs
Please attach the databricks extension logs
Logs can be found here

Additional context
Add any other context about the problem here.

Fixed. Issue was not size limit, but #of files have a limit.