is there any facility currently for me to customiz...
# announcements
t
is there any facility currently for me to customize the output of an intermediate? Use case: I'm running a jupyerhub notebook alongside dagit and I'd like to be able to directly link to opening the notebook intermediary outpute (via dagstermill)
s
Oh this is an interesting one.
I would recommend using the ability to specific a materialization via config
for this
although I like your idea of more granular control over the intermediates store as well
t
this is really just some ui sugar, not cruicial, I'm currently mounting the dagstermill output so it can be browsed to:
a one-click over to it would be nifty
s
Would it be useful to yield a Materialization with a url in the metadata
so you can click on it from within dagit
a
ya
EventMetadataEntry.url
is probably what you’re looking for, either via a
Materialization
or the output
TypeCheck
👍 1
t
ah great
thanks