Hi, I'm trying to extract metadata from an airbyte...
# integration-airbyte
j
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
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
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!!