colton

Results 34 issues of colton

## Summary & Motivation - Explains how to trigger a run using the `LaunchRunMutation` with the GraphQL endpoint ## How I Tested These Changes Created a local Dagster instance containing:...

area: docs

## Summary & Motivation Migration of guide on writing a multi-asset integration to the new docs. ## How I Tested These Changes ## Changelog > Insert changelog entry or delete...

## Summary & Motivation - Change `since_last_modified` to be `datetime` as this is the type of `obj.get("LastModified")` - Adds unit test for `get_objects` ## How I Tested These Changes ```...

## Summary & Motivation Continuation of https://github.com/dagster-io/dagster/pull/25245 ## How I Tested These Changes ``` pytest ```

## Summary & Motivation - Generates dynamic partitions in `starter_pack_snapshot` as user IDs in `actor_feed_snapshot` ## How I Tested These Changes ## Changelog > Insert changelog entry or delete this...

## Summary & Motivation Creates snapshot of the Data People Starter Pack to be used as a dynamic partition key for getting user feeds. ## How I Tested These Changes...

## Summary & Motivation Ingests snapshot of (currently hardcoded) user feed to S3 (R2 in this case). Next stack will make this dynamically partitioned to get multiple feeds. ## How...

## Summary & Motivation Scaffolds project for atproto dashboard demo. ``` dagster project scaffold --name project_atproto_dashboard ``` ## How I Tested These Changes ## Changelog > Insert changelog entry or...

A nice-to-have would be to have a GitHub action on a cron shedule that confirms that all of the links in the README are accessible, and do not 404.

good first issue

Setting up a clean instance of the project, following the instructions in the README, and I ran into this error. ``` $ make manifest dbt parse --project-dir=dbt_project --target BRANCH Usage:...