Skip to main content

Community

Connector Improvement: allows users to explicitly define criteria for skipping records prior to loading them into the destination

Planned

Please sign in to leave a comment.

Comments

2 comments

  • Official comment

    Hi Ami,

    Thanks for your question! We are currently building a row filtering feature, which lets you fitler out rows from being synced based on a critiera, e.g. as date, integer, and string filters.

    What sources are you trying to filter? What type of criteria are you hoping to use? This capability should be available for users in a few months!

    Hey Kevin

    Specifically I wanted to add filter to Amazon Aurora PostgreSQL with a filter like:
    column_y in ('a', 'b', 'c') and column_x IN (32,79,80)

    But I guess one would expect this to be on all databases and option to add custom SQL where condition