DebugFileSystemWriter

class DebugFileSystemWriter(envVars: IEnvVars = EnvVars.instance) : Writer

Constructors

Link copied to clipboard
fun DebugFileSystemWriter(envVars: IEnvVars = EnvVars.instance)

Functions

Link copied to clipboard
open fun getTagString(tags: List<SegmentTag>): String
Link copied to clipboard
open fun parseTags(profile: DatasetProfile, removePrefixes: Boolean = true): List<SegmentTag>

Get just the user tags that we prefix, without the prefix.

Link copied to clipboard
open suspend override fun write(    profile: DatasetProfile,     orgId: String,     datasetId: String): WriteResult