Simon Späti
03/02/2020, 6:18 AMalex
03/02/2020, 5:03 PMI was thinking, how would you extract this information from code? Do you already have something in mind, or is it already possible?So dagster emits this stream of structured events which is what you see in dagit when you look at a pipeline run. These event streams can be queried in python via a
DagsterInstance
. So you could to toy around using that and filling it with the metadata you need.
https://docs.dagster.io/latest/deploying/instance
https://docs.dagster.io/latest/api/apidocs/solids/#dagster.MaterializationSimon Späti
03/02/2020, 7:55 PMalex
03/02/2020, 10:04 PM