This commit is contained in:
Yuhong Sun 2024-10-27 15:45:57 -07:00 committed by GitHub
parent 18dcdd680d
commit 6f8e7abcbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,6 +253,5 @@ if __name__ == "__main__":
"gitlab_url": os.environ["GITLAB_URL"],
}
)
document_batches = connector.load_from_state()
print(next(document_batches))