-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Use airbyte state message format + tracking (#18)
This change will fix incremental extraction for a few TAPs, like tap-amplitude and tap-s3. - Adds a new entry to state tracking json, 'airbyte_state'. - This new entry is populated on any invocation, and contains airbyte's way to track state as documented here: https://docs.airbyte.com/understanding-airbyte/database-data-catalog. - If this entry does not exist, we fallback to what was originally being done. - If this entry does exist, we use this data as the input state.json to airbyte's docker container. --------- Co-authored-by: Edgar Ramírez Mondragón <16805946+edgarrmondragon@users.noreply.github.com>
- Loading branch information
1 parent
c3d1620
commit e573ee8
Showing
1 changed file
with
64 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters