dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.24k stars 1.42k forks source link

UI error when materializing time-partitioned assets #18835

Open razafinl opened 9 months ago

razafinl commented 9 months ago

Dagster version

dagster, version 1.5.13

What's the issue?

Hello,

I'm facing the following error message when attempting to re-materializing hourly or daily partitioned assets in the same session.

Sorry, dialog can't be displayed.

Please report this error to the Dagster team via GitHub or Slack. Refresh the page to try again.
Attempting to show unified asset health for assets with dimension of different lengths

mergedAssetHealth@http://localhost:3000/_next/static/chunks/418.123b37924b9f5125.js:1:646826
185/LaunchAssetChoosePartitionsDialogBody/eO<@http://localhost:3000/_next/static/chunks/418.123b37924b9f5125.js:1:613887
Ci@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:65364
83426/t.useMemo@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:25:6000
LaunchAssetChoosePartitionsDialogBody@http://localhost:3000/_next/static/chunks/418.123b37924b9f5125.js:1:613801
Xh@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:60991
dj@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:72858
x@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:120345
Vk@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:99132
52967/Jk/<@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:99000
Jk@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:99005
Ok@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:95761
Hk@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:9:94317
J@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:33:1365
R@http://localhost:3000/_next/static/chunks/framework-d6095a5336d3e425.js:33:1894

Materialization works only after refreshing the browser page.

What did you expect to happen?

I am expecting to be able to see materialization window without error.

How to reproduce?

Deployment type

Local

Deployment details

Local dagster dev execution.

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

chrisflesher commented 7 months ago

Am having a similar issue with dynamic partitions.

salazarm commented 7 months ago

cc @bengotow @clairelin135

chrisflesher commented 7 months ago

I'm wondering if this might have been because of a version mismatch? My vague memory is that whenever I installed dagster-postgres it downgraded dagster from 1.6.4 to 1.6.1 but not dagster-webserver?