Ivan Trusov

Results 102 comments of Ivan Trusov

hi @echarso , I guess the root cause is in the host path - please take a look at [this](https://github.com/databrickslabs/cicd-templates#troubleshooting) section.

Let's try to debug this on your local machine first. Could you please provide the following: - Databricks CLI version: `databricks --version` - dbx CLI version: `dbx --version` - MLflow...

hi @echarso , please try out the following: 1. update to dbx 0.2.2 2. verify that your provided hostname are in variables: DATABRICKS_HOST & DATABRICKS_TOKEN inside your CI pipeline and...

Hi @jiteshsoni-db , I've decided to move the py-code of acquiring the bearer directly into the dbx, this shall be released in 0.2.2

Hi @Halpph . Thanks for raising an issue. This issue is quite an interesting task tbh because it requires the following: 1. Generation of the cov-report is done on the...

hi @dead , I must admit I was thinking that the solution was hardly achievable until some changes on the API side, but your solution works perfectly. Could you please...

I'll merge this pr, but it seems a pretty small change for a full-scale release. As of now please use this env variable: `export DATABRICKS_JOBS_API_VERSION=2.1` To fix this property.

relevant discussion topic - https://github.com/databrickslabs/dbx/issues/277

hi @justinTM , yes, but it's not relevant to v1.0.0 - I'm already refactoring the tests.

hi @copdips , yes, this is already implemented in v0.6.6+