Snowflake Data Export schema reference
This integration is not available in LaunchDarkly's European Union (EU) instance
To learn more, read LaunchDarkly in the European Union (EU).Overview
This topic explains the different event kinds for Snowflake Data Export destinations. The schemas for Snowflake are formatted differently than LaunchDarkly’s other integrations.
To learn more about the Snowflake destination, read Snowflake’s documentation.
Evaluation events
The evaluation_events
table includes details for each individual feature flag evaluation. The schema fans out flag evaluations with multi-contexts into separate rows, one for each context. Evaluations that occurred as an experiment exposure include an experiment_iteration_id
.
Metric events
The metric_events
table includes custom metric events, which the SDK produces when the client application calls the SDK’s track method.
Experiment iterations
The experiment_iterations
table includes metadata about the experiment iterations created for your LaunchDarkly environment.
Experiment arm parameters
The experiment_arm_parameters
table includes metadata about the experiment arms you created for your experiments, including the flag variations configured for them.
Flag variations
The flag_variations
table includes metadata about your feature flags and their flag variations. Fields on this table are mutable, and the exported table will be updated to reflect their most up-to-date states. At this time, cloned flags and their variations are missing from the exported data.
LaunchDarkly internal tables
Tables prefixed with ld_internal_
are for LaunchDarkly internal use only, and are subject to change without warning.