Skip to content

Commit

Permalink
chore: export names
Browse files Browse the repository at this point in the history
  • Loading branch information
chris13524 committed Oct 24, 2023
1 parent 3d2aa83 commit 9364103
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/analytics/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ impl NotifyAnalytics {

let messages = {
let exporter = AwsExporter::new(AwsOpts {
export_prefix: "notify/messages",
export_name: "messages",
export_prefix: "notify/subscriber_notifications",
export_name: "subscriber_notifications",
file_extension: "parquet",
bucket_name: bucket_name.clone(),
s3_client: s3_client.clone(),
Expand All @@ -73,8 +73,8 @@ impl NotifyAnalytics {

let clients = {
let exporter = AwsExporter::new(AwsOpts {
export_prefix: "notify/client_updates",
export_name: "client_updates",
export_prefix: "notify/subscriber_updates",
export_name: "subscriber_updates",
file_extension: "parquet",
bucket_name,
s3_client,
Expand Down

0 comments on commit 9364103

Please sign in to comment.