Skip to content

Commit ea0d49d

Browse files
remove reference to qcdi
1 parent 931f29b commit ea0d49d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tap_github/sync.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ def translate_state(state, catalog, repositories):
8282
}
8383
}
8484
}
85-
In QCDI, the stream keys must be the second key after bookmarks in
86-
order for standardized table-level resets to function correctly. This
87-
function should be called at the start of each run to ensure that the
88-
state is properly converted to the new format:
85+
86+
The stream keys must be the second key after bookmarks in order for
87+
standardized table-level resets to function correctly. This function
88+
should be called at the start of each run to ensure that the state
89+
is properly converted to the new format:
8990
{
9091
"bookmarks": {
9192
"commits" : {

0 commit comments

Comments
 (0)