Maxime Armstrong

Results 82 issues of Maxime Armstrong

**Is your feature request related to a problem? Please describe.** A trip should be related to an existing shape. The related shape must have a non null length. This is...

python validator
status: Ready

## Summary & Motivation This PR updates the assets in the `with_openai`, to make it more user friendly in Dagster+. Changes: - completion now uses AllPartitionMapping to handle the search...

## Summary & Motivation This PR updates and add doc sources in the `with_openai` example so that we can showcase a more complete example in the blog post. This PR...

## Summary & Motivation This PR updates `DbtProject` and `DagsterDbtManifestPreparer` to handle `dbt deps`. Process in `DagsterDbtManifestPreparer`: - Check for the presence of `dependencies.yml` or `packages.yml` - Check for the...

## Summary & Motivation This PR adds a quickstart example for dbt + Dagster. A user that wants to skip the tutorial can copy and paste the code included in...

area: docs

## Summary & Motivation ## How I Tested These Changes

## Summary & Motivation This PR adds a guide to help users getting started with dbt & Dagster+ ## How I Tested These Changes BK + local ``` make mdx-full-format...

## Summary & Motivation This PR adds a `#type: ignore` to 2 lines in `scripts/create_dagster_package.py` so that Pyright stops yelling. No changes were made to the script in one year,...

## Summary & Motivation Originally pinned [here](https://github.com/dagster-io/dagster/pull/16203), fixed on DuckDB's side [here](https://github.com/duckdb/duckdb/pull/8738). ## How I Tested These Changes ``` make rebuild_pyright_pins make pyrights ```

## Summary & Motivation This PR updates the usage example of `DatadogResource` in our `dagster-datadog` library. In our other examples, we usually pass the resource to the asset/op, then we...

area: docs