Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ui] Allow configuration of a scaling factor for estimate costs in Dagster Insights #25980

Open
stigmarl opened this issue Nov 18, 2024 · 0 comments
Labels
Dagster+ Relates to Dagster paid plans type: feature-request

Comments

@stigmarl
Copy link
Contributor

What's the use case?

It should be possible to configure a scaling factor for the cost metric per unit in order to make it more convenient to reason with in the insight settings. For example, BigQuery costs some 💵 per TiB, making the cost per unit (byte) smaaaall to work with.

image

Also, in the user provided metrics overview, the value in the tooltip for estimated cost is rounded down to two significant decimals, which makes this harder to reason with, even though the estimated cost itself is calculated correctly.

image

Even though the cost for BigQuery is reasoned about in the tera scale, I imagine this could be useful for other systems as well.

Ideas of implementation

Allow users with editor access and above to set a "scaling factor" per unit for the cost in the Insight settings. This could either be as a SI prefix (tera, giga) or base 10 (10¹², 10⁹) for the unit, which would be reflected in both the calculation and other UI elements.

Additional information

No response

Message from the maintainers

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

@garethbrickman garethbrickman added the Dagster+ Relates to Dagster paid plans label Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Dagster+ Relates to Dagster paid plans type: feature-request
Projects
None yet
Development

No branches or pull requests

2 participants