-
Notifications
You must be signed in to change notification settings - Fork 493
Closed
Labels
enhancementNew feature or requestNew feature or request😤 annoyingSomething in the UI / SDK is annoying to useSomething in the UI / SDK is annoying to use🪵 Log & send APIsAffects the user-facing API for all languagesAffects the user-facing API for all languages
Description
The dataloader manager already generates an app_id/rec_id for the current session and passes it down to all dataloaders, which are then are then free to use it (or not!) when logging their data.
For example, the directory loader will use that centralized app_id, so that every file that gets logged end up in the same place.
RRD files are weird because they can contain arbitrary many streams, each of which might have their own app_id, so for now they never use the centralized app_id when we load them.
But sometimes it can be very useful to do so (basically any workflow that requires rr.log_file
, so we need to expose a way to do it.
Related:
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request😤 annoyingSomething in the UI / SDK is annoying to useSomething in the UI / SDK is annoying to use🪵 Log & send APIsAffects the user-facing API for all languagesAffects the user-facing API for all languages