Jens Christian Hillerup
10/25/2024, 2:27 PMNone which strengthens my suspicion: https://github.com/meltano/sdk/blob/main/singer_sdk/streams/core.py#L879visch
10/25/2024, 2:29 PMJens Christian Hillerup
10/25/2024, 2:32 PM/booked_invoices , /draft_invoices , /sent_invoices. Instead of setting some state variable on an /invoices endpoint they simply disappear from the draft endpoint as soon as they've been booked. Obviously I'd like to properly detect that 😉visch
10/25/2024, 2:40 PMmeltano run drop-tables tap-name target-name
done 🙂visch
10/25/2024, 2:40 PMmeltano run dbt:drop_tables tap-name target-name dbt:runJens Christian Hillerup
10/25/2024, 2:47 PM