ImportQuery
Import query.
Attributes
attributetrace_idslist[str] | None= Field(default=None, description='Exact trace ids to fetch, instead of a time window.')attributesinceAwareDatetime | None= Field(default=None, description='Start of the time window to fetch.')attributeuntilAwareDatetime | None= Field(default=None, description='End of the time window to fetch.')attributeconcurrencyint= Field(default=DEFAULT_FETCH_CONCURRENCY, ge=1, description='Fetches the importer runs at once.')Functions
funcget_window(self) -> tuple[datetime, datetime]Return the time window, with until defaulting to now.
paramselfReturns
tupleWindow bounds.