Doug Cresswell

Results 8 comments of Doug Cresswell

> Thanks for these ideas. I have a new version coming at some point, I'll try to get a solution for both challenges. I'm happy to put in some dev...

The API doesn't support creating empty repos but has a bug that can be leveraged - if you specify the url as an empty string then the repo is created...

If you're not sure where to find the id you can add it in the UI, then copy it from the JSON configuration of your workflow

Here's a workaround that can be quite useful, but it might not be the best fit for containerized deployments, especially when you're running dbx deploy inside a Docker container. In...

Thanks @ep-mo, I didn't pick up on the empty profile workaround on my first read through. I will try to reproduce myself. Where you say >~/.databrickscfg should not exist does...

**Edit: I did not realise you specified a notebook task, updated with original comment left underneath** **Edit 2: Updated CLI snippets to have same environment as yml example** To pass...

## JSONDecoderError Notebooks use **widgets** to pass parameters, so you cannot pass parameters to a notebook task like you would for an entrypoint in a python wheel. You either need...

Is there any progress on resolving this? This bug makes it very difficult to use `dbx sync` in a CICD setting, and cost significant time troubleshooting before discovering this issue.