https://dagster.io/ logo
Title
j

Juan

03/22/2023, 5:26 PM
Hi, I'm trying to extract metadata from an airbyte connection op. In case of success I can make an aditional op that print some of the data given by the AirbyteOutput, but in case of failure does someone know how can I capture that info?
b

ben

03/27/2023, 3:15 PM
Hi Juan, could you explain a bit more about what metadata you’re looking to print? You might be able to use an op failure hook in this case, depending what you are trying to do
j

Juan

03/27/2023, 5:54 PM
Hi, I would like to see in the logs wich streams have already been synced and how many rows have they printed. For example if the sync fails on a dbt step. I tried adding a hook, but it seems that on failure there si no output Thank you!!