https://dagster.io/ logo
Title
i

Ismael Rodrigues

10/02/2022, 6:19 PM
Hello, First, I'm not able to see the dagster overview page anymore, I love that page, my version of dagster is 1.0.11 Second, how can I read properties from secrets on openshift/azure inside my Dagster Configuration and how to read the values from it?
s

sandy

10/03/2022, 3:58 PM
@dish @josh - do you know what's up here?
Second, how can I read properties from secrets on openshift/azure inside my Dagster Configuration and how to read the values from it?
Are you able to get these into your environment as environment variables?
i

Ismael Rodrigues

10/03/2022, 4:00 PM
I don't know, I think that's different when the var are stored inside Openshift. I don't think they stay there as env vars
But I'll ask the infra guy, so I can affirm this or not
s

sandy

10/03/2022, 4:03 PM
got it - Dagster currently doesn't have a builtin way to directly fetch secrets from openshift/azure
i

Ismael Rodrigues

10/03/2022, 4:05 PM
So they need to be environmentally vars, so I can read them with propertie: - password: - env: MY_PASSWORD How do I read this on code? In a dagster op, for example?
d

dish

10/03/2022, 4:05 PM
First, I’m not able to see the dagster overview page anymore,
What are you seeing?
i

Ismael Rodrigues

10/03/2022, 4:06 PM
It redirects me to the Runs page
d

dish

10/03/2022, 4:06 PM
Do you have the “New workspace page” feature flag turned on?
i

Ismael Rodrigues

10/03/2022, 4:06 PM
Yes
d

dish

10/03/2022, 4:06 PM
Is it redirecting you to the “Timeline” tab of the Runs page?
i

Ismael Rodrigues

10/03/2022, 4:06 PM
Exactly
d

dish

10/03/2022, 4:07 PM
Ah, and you are getting value from the section of the Instance Overview that is under the timeline, but no longer see it?
Is that correct?
i

Ismael Rodrigues

10/03/2022, 4:08 PM
Wait, let me understand what you just said kkkkk
d

dish

10/03/2022, 4:09 PM
The feature flag splits apart what is currently the “Instance Overview” page — the run timeline section is now under the Runs page, which is where you are redirected to
i

Ismael Rodrigues

10/03/2022, 4:10 PM
A video explains better than I could, hahaha
d

dish

10/03/2022, 4:11 PM
It looks like you are seeing the Run timeline
i

Ismael Rodrigues

10/03/2022, 4:11 PM
I just clicked pressed enter to go to the overview page
Let me show you another thing
d

dish

10/03/2022, 4:11 PM
Right, the Overview page is removed with the “New workspace page” feature flag. So if you click to “Status” it will not go there anymore.
i

Ismael Rodrigues

10/03/2022, 4:12 PM
Ooh, that's it
j

josh

10/03/2022, 4:12 PM
We are experimenting with moving the timeline view to the runs page. (if you disable the
new workspace page
feature flag in your user settings it should bring back the old Instance Overview page for you)
d

dish

10/03/2022, 4:12 PM
When you’re using the Instance Overview page, which parts do you find particularly valuable?
i

Ismael Rodrigues

10/03/2022, 4:12 PM
Ooh, okay, but don't do that, please, it's so annoying have to search for every job run
This vision it's absolutely amazing
I can see everything that happened
In just a blink of a eye
d

dish

10/03/2022, 4:14 PM
Ok, so what you’d like to see is the list of all jobs and their recent runs, as in the bottom half of the Instance Overview page?
And not only the timeline
Is that right?
i

Ismael Rodrigues

10/03/2022, 4:16 PM
Yeah, both things show us a realistic overview of what is happening, what happened and what job failed and what job succeed and the little historic of runs, this page as it is, it's very valuable
If you really are going to get rid of it, please, leave a button to activate it, for those who want
d

dish

10/03/2022, 4:17 PM
This is valuable feedback! I think we just need to make sure to preserve the value that you’re getting from the page — we definitely don’t want to break your experience
❤️ 1
i

Ismael Rodrigues

10/03/2022, 4:18 PM
Thanks, I appreciate that!!
j

josh

10/03/2022, 4:19 PM
Thanks for the feedback @Ismael Rodrigues 🙏🏻 We're still iterating on this.
❤️ 1
i

Ismael Rodrigues

10/03/2022, 4:20 PM
It's like a Dashboard from Power BI that your boss sees everyday to know how his business are going, he sees it fast, but all the information he needed was there
s

sandy

10/03/2022, 4:36 PM