Jasper Ginn

Results 7 issues of Jasper Ginn

Thanks for adding the MLFlow pipelines feature to your API! Our situation is as follows: - We want to share steps between train and inference pipelines - To do this,...

area/pipelines
has-closing-pr

### Dagster version 1.5.13 ### What's the issue? In a devcontainer, I run `dagster dev` and create a backfill for the ingestion asset. This crashes Dagster with the following output:...

type: bug

### What's the issue or suggestion? *Situation* I have deployed dagster OS to better understand the deployment process. I have separate deployments for the dagster daemon & server and my...

area: docs
area: concurrency

### What's the use case? I'm developing a library so that users can use PyIceberg as an IO manager with Dagster. I'd like to submit it as a contribution to...

type: feature-request
area: io-manager

This PR adds functionality to replace a table's sort order. Closes #1245 Some basic tests are implemented but need to be expanded. Currently, a new sort order ID is assigned....

### Description I'm trying to set up memory using vertexai embeddings as described [here](https://docs.crewai.com/concepts/memory#using-vertex-ai-embeddings). I see in the logs: ```text 2025-04-25 22:17:00 - HTTP Request: POST https://us-central1-aiplatform.googleapis.com/v1/projects/PROJECT-ID/locations/us-central1/publishers/goole/models/textembedding-gecko:predict "HTTP/1.1 401 Unauthorized"...

bug