Does anyone know how to set the cursor for increme...
# troubleshooting
s
Does anyone know how to set the cursor for incremental replication for airbyte taps? Currently testing out the SQL Server airbyte variant
Copy code
- name: tap-mssql
    variant: airbyte
    capabilities:
      - catalog 
      - discover
      - state
    config:
      airbyte_config:
        username: ${TAP_MSSQL_USER}
        password: ${TAP_MSSQL_PASSWORD}
        host: ${TAP_MSSQL_HOST}
        port: ${TAP_MSSQL_PORT}
        database: ${TAP_MSSQL_DATABASE}
        replication_method:
          method: STANDARD
I'm trying to figure out how or where to set the user defined cursor per stream: https://docs.airbyte.com/using-airbyte/core-concepts/sync-modes/incremental-append#user-defined-cursor