Marco polo

Results 18 issues of Marco polo

## Summary & Motivation Pipe character should be allowed in partition names. fixes https://github.com/dagster-io/dagster/issues/19845 ## How I Tested These Changes 👀

## Summary & Motivation Adding real links here to do this rather than using a JS click handler. ## How I Tested These Changes https://github.com/dagster-io/dagster/assets/2286579/bee9eb20-cd0b-4f0f-8e8b-df2467ea5b23

## Summary & Motivation Suspensify `PermissionsProvider`. Concretely this means instead of returning PermissionsResults, it instead returns a wrappedPromise (an object with a `read` method that suspends (throws a promise) if...

## Summary & Motivation - Add `wrapPromise` utility - Add `useWrappedQuery` (uses `wrapPromise`) so that a parent component can pass a "wrapped" queryResult to children without suspending, instead when the...

## Summary & Motivation We "suspensifying" our top level data providers so that they return wrapped promises rather immediately suspend. Well in some cases we don't want to suspend, so...

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

## Summary & Motivation grep for `useLazyQuery` and make any that are required for page load block the trace. ## How I Tested These Changes Made sure that we wait...

Currently in order to get the proper view name for a view in datadog for a page we need to make sure that it calls `useTrackPageView` . If it doesn't...

## Summary & Motivation We want to instrument page-load for pages. To accomplish that we need to track async dependencies correctly. One async dependency we're not currently tracking is React.lazy,...

## Summary & Motivation Add an hourly data cache to the Run Timeline. We only cache completed run data and we only request data for time ranges that we don't...