Backport Test (#2958)

This commit is contained in:
Yuhong Sun 2024-10-27 16:06:36 -07:00 committed by GitHub
parent 1f2be542f0
commit e8dfed959e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,5 +231,7 @@ if __name__ == "__main__":
print("All docs", all_docs)
current = datetime.datetime.now().timestamp()
one_day_ago = current - 30 * 24 * 60 * 60 # 30 days
latest_docs = list(test_connector.poll_source(one_day_ago, current))
print("Latest docs", latest_docs)