Updated September 9th, 2024 by jairo.prado

Error when trying to create more new jobs than the limit quota

Problem If you try to create more new jobs than the limit quota, you receive an error message.  "Exception: Error while running create_job_api: {'error_code': 'QUOTA_EXCEEDED', 'message': 'The quota for the number of jobs has been reached" Cause Databricks sets a limit for the number of jobs that can be created through the UI or the Jobs API. Each c...

1 min reading time
Updated June 21st, 2024 by jairo.prado

Notebook cells fail to run with "Failure Starting repl." and Pandas "check_dependencies" errors

Problem Trying to run any notebook cell returns a Failure starting repl. error message. Failure starting repl. Try detaching and re-attaching the notebook. When you review the stack trace it identifies a problem with ipykernel as well as highlighting issues with Pandas check_dependencies and require_minimum_pandas_version. Example stack trace java.l...

3 min reading time
Load More