We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27349db commit ed139abCopy full SHA for ed139ab
src/analytics/mod.rs
@@ -52,8 +52,7 @@ impl PushAnalytics {
52
53
let messages = {
54
let exporter = AwsExporter::new(AwsOpts {
55
- // TODO (Harry Bairstow): Do we need a prefix?
56
- export_prefix: "",
+ export_prefix: "echo/messages",
57
export_name: "push_messages",
58
file_extension: "parquet",
59
bucket_name: bucket_name.clone(),
@@ -67,8 +66,7 @@ impl PushAnalytics {
67
66
68
let clients = {
69
70
71
+ export_prefix: "echo/clients",
72
export_name: "push_clients",
73
74
bucket_name,
0 commit comments