does anyone know where bookmark is saved? i have o...
# singer-tap-development
j
does anyone know where bookmark is saved? i have oracle tap in the following, it keep exporting the entire table .
Copy code
- name: tap-oracle
    variant: s7clarke10
    pip_url: git+<https://github.com/s7clarke10/pipelinewise-tap-oracle.git>
    config:
      default_replication_method: LOG_BASED
      filter_schemas: IFSAPP
      filter_tables:
      - IFSAPP-ABC_CLASS_TAB
      host: xxxx
      port: 1521
      service_name: xxxx
      user: ifsapp
    metadata:
      IFSAPP-ABC_CLASS_TAB:
        replication-method: INCREMENTAL
        replication-key: ROWVERSION
e
By default, state is saved is stored in the system database, which by default is the
.meltano/meltano.db
sqlite db. How are you running Meltano? Perhaps in an ephemeral environment where the local system db is lost?