https://dagster.io/ logo
s

schrockn

07/24/2019, 9:07 PM
@King Chung Huang hey King! So right now we actually made the decision to not print output values in the logs by default. We actually used to do this and blindly used
repr
to report values, but that actually was prohibitively slow for libraries such as Pandas. We’re also concerned about users leaking potentially sensitive information in logs. One can access the output values from the return value of execute_pipeline if you are using the python API.