Chris F
Chris F
Hi, The python dependencies` versions listed in the [python dockerfile](https://github.com/databricks/containers/blob/b459ed89526ebb8c118bfb591f357f5cda9a50ec/ubuntu/python/Dockerfile#L17) mismatch the versions listed in the release's [documentation page](https://docs.databricks.com/release-notes/runtime/10.4.html). To be exact: ``` ipython==7.19.0 \ numpy==1.19.2 \ ``` is not...
Please submit your plugin to be signed by the Grafana Team so we can all use it w/ Grafana 8
This project was of a great help for me for years. Sadly, it seems to be abandoned right now. Has anyone of you heard about other bash-native solutions serving the...
As a years-long user of this extension, I would like to be able to see the code that I am about to install into my browser, especially when the extension...
## Expected Behavior Make the `dbx sync dbfs` respects the same standard variables as the `databricks-cli` and make it consistent with its own [tutorial](https://docs.databricks.com/dev-tools/dbx-sync.html) describing usage of `DATABRICKS_HOST` and `DATABRICKS_TOKEN`...
I have a `pyproject.toml` file containing some entries for black, ruff and docformatter. When I install the latest docformatter in a clean environment it does not read the configuration from...
Checklist - [x] Title of this PR is meaningful: e.g. "Adding my_nifty_package", not "updated meta.yaml". - [x] License file is packaged (see [here](https://github.com/conda-forge/staged-recipes/blob/5eddbd7fc9d1502169089da06c3688d9759be978/recipes/example/meta.yaml#L64-L73) for an example). - [x] Source is...
Hi, I am developing a CI for conda packages and I am having trouble understanding the differences in purpose of using `conda verify` over `conda build --check` on raw recipes....
### Checklist - [X] I added a descriptive title - [X] I searched open reports and couldn't find a duplicate ### What happened? I attempted to set the package version...
### Describe the bug Hi, I am developing some python code utilizing mulipart/form-data headers for uploading a file. When I try to mock the endpoint response with the following code,...