Backport Test 5 (#2969)

This commit is contained in:
Yuhong Sun 2024-10-27 20:07:29 -07:00 committed by GitHub
parent e2c4c07c34
commit d8ad3e73bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -441,6 +441,7 @@ if __name__ == "__main__":
current = time.time()
one_day_ago = current - 24 * 60 * 60 # 1 day
document_batches = connector.poll_source(one_day_ago, current)
print(next(document_batches))