Eric Feunekes

Results 10 issues of Eric Feunekes

## Expected Behavior When generating any data, if `baseColumn` is set to a reference column in `withColumn` then the data generated for the new column should be the same when...

inconsistency

Workflow tasks should support `job_tasks` to enable the latest behaviour in Databricks. Named properties will also need to support `job://`.

I ran into an issue recently where I made a commit (c1) that included too many files. I had another commit (c2) where I wanted to move one of the...

I used the `databricksruntime/python:14.3-LTS` image but when loading it in Databricks it's missing some dependencies for IPywidgets. As well as the dependencies for Black formatting to work. Regarding the former....

I'm thinking about how to use this in my business to bring people into databricks instead of using low code platforms that are more difficult to support. One limitation I...

Running bundle commands from a folder that holds a `bundle.yml` (i.e. the `bundle root`) doesn't allow much flexibility in workflows; e.g. if I want to create multiple bundle files, use...

Enhancement
DABs

**Describe the bug** Once I connect to the Databricks server from the VS Code extention, it adds `.databricks/databricks.env` that includes a variable `DATABRICKS_AUTH_TYPE=metadata-service`. I think this causes problems with authentication...

bug

### Describe what you are looking for As discussed [here](https://github.com/orgs/unum-cloud/discussions/1), please add documentation and examples showing how to use the `eval` module. Something minimal would be great to start just...

enhancement

### LanceDB version v0.6.2 ### What happened? Followed the instructions [here](https://lancedb.github.io/lancedb/guides/storage/#azure-blob-storage) to connect to azure blob storage. I set the required environment variables and connected to the database. I was...

bug

**Description** When using `azure-client-secret` auth, trying to query a model serving endpoint creates the following error (I replaced the actual UUID with : ``` databricks.sdk.errors.platform.BadRequest: io.jsonwebtoken.IncorrectClaimException: Expected aud claim to...