cancel
Showing results for 
Search instead for 
Did you mean: 
jeremy98
Contributor III
since ‎11-20-2024
2 weeks ago

User Stats

  • 121 Posts
  • 2 Solutions
  • 6 Kudos given
  • 8 Kudos received

User Activity

Hi community,The if else condition task couldn't be used as real if condition? Seems that if the condition goes to False the entire job will be stop. Is it a right behaviour?
Hi community,I was reading the Databricks API documentation and I want to get information about one job if this is schedule with the status PAUSED or UNPAUSED. I was watching that there is this api call: https://docs.databricks.com/api/workspace/jobs...
Hello community,I was working on optimising the driver memory, since there are code that are not optimised for spark, and I was planning temporary to restart the cluster to free up the memory.that could be a potential solution, since if the cluster i...
Hi community,We have deployed the wheel package internally in our bundle repository: artifacts: rnc_lib: type: whl build: poetry build path: . # For passing wheel package to workspace sync: include: - ./dist/*.whlThe problem is t...
Hi community,Is there a way to install dependencies inside a notebook task using serveless compute using Databricks Asset Bundle? Is there a way to avoid installing everytime for each serverless task that compose a job the dependencies (or the librar...