Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ inputs:
// a package having `createdDateTime == endDateTime` will be rare.**
//
// The documentation calls it "the end of the data retrieval time range".
// It also says that "The data pipeline ingests data at least every 2
// minutes." If a package is created every minute on average, there's a
// It also says that - the data pipeline ingests data at least every 2
// minutes. If a package is created every minute on average, there's a
// 1.7% chance it's creation time will fall on the last second of a given
// 15 minute window.
// If the condition is inclusive and a package falls on the `endDateTime`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ inputs:
// a package having `createdDateTime == endDateTime` will be rare.**
//
// The documentation calls it "the end of the data retrieval time range".
// It also says that "The data pipeline ingests data at least every 2
// minutes." If a package is created every minute on average, there's a
// It also says that - the data pipeline ingests data at least every 2
// minutes. If a package is created every minute on average, there's a
// 1.7% chance it's creation time will fall on the last second of a given
// 15 minute window.
// If the condition is inclusive and a package falls on the `endDateTime`,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ program: |
// a package having `createdDateTime == endDateTime` will be rare.**
//
// The documentation calls it "the end of the data retrieval time range".
// It also says that "The data pipeline ingests data at least every 2
// minutes." If a package is created every minute on average, there's a
// It also says that - the data pipeline ingests data at least every 2
// minutes. If a package is created every minute on average, there's a
// 1.7% chance it's creation time will fall on the last second of a given
// 15 minute window.
// If the condition is inclusive and a package falls on the `endDateTime`,
Expand Down
Loading