Skip to main content

Community

Other: Publishing Fivetran audit updates when there were 0 rows updated

Answered

Please sign in to leave a comment.

Comments

1 comment

  • Official comment
    Ray User

    Hi Daniel,

    Thanks for the details on your use case. We are planning to deprecate the Fivetran audit table and recommend the Fivetran Log Connector in its place. So let's consider this challenge from that perspective if we may.

    Could you share more about these downstream jobs? Are they for data modeling, data integrity validation, or perhaps something else? Ultimately it sounds like your jobs are dependent on specific tables and should be run or not run depending on the sync outcome.

    1. Sync completes and updates table
    2. Sync completes without updating table
    3. Sync fails (without updating table)

    We can already detect sync success vs failure with the log connector, but we can't tell which tables were updated. Is it that you don't want the jobs to run when there are no table updates? Please let me know!

    As an idea, have you considered checking the tables directly for updates via the warehouse?