cicd-templates icon indicating copy to clipboard operation
cicd-templates copied to clipboard

Manage your Databricks deployments and CI with code.

Results 4 cicd-templates issues
Sort by recently updated
recently updated
newest added

I am keep getting this error when using this project. response = verify_rest_response(response, endpoint) File "/Users/charalampossouris/miniforge3/lib/python3.9/site-packages/mlflow/utils/rest_utils.py", line 137, in verify_rest_response raise MlflowException("%s. Response body: '%s'" % (base_msg, response.text)) mlflow.exceptions.MlflowException: API...

Databricks [Repos for Git Integration](https://docs.databricks.com/repos.html) seems like a relatively new way to manage / deploy code in a Databricks environment. I understand that `cicd-templates` uses `dbx` which (this part may...

Hello, I'm trying to check my tests code coverage using coverage.py, it's easy to do it for the unit tests because they are launched using pytest: `pytest --cov=standard_datatamers_lib tests/unit --cov-report=xml:cobertura.xml`,...

enhancement