Skip to content

Commit

Permalink
remove timestamp from LiveRamp filename default (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhall-twilio authored Oct 5, 2023
1 parent fa3afde commit 4b31c5b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const action: ActionDefinition<Settings, Payload> = {
description: `Name of the CSV file to upload for LiveRamp ingestion.`,
type: 'string',
required: true,
default: { '@template': '{{properties.audience_key}}_PII_{{timestamp}}.csv' }
default: { '@template': '{{properties.audience_key}}.csv' }
},
enable_batching: {
type: 'boolean',
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const action: ActionDefinition<Settings, Payload> = {
description: `Name of the CSV file to upload for LiveRamp ingestion.`,
type: 'string',
required: true,
default: { '@template': '{{properties.audience_key}}_PII_{{timestamp}}.csv' }
default: { '@template': '{{properties.audience_key}}_PII.csv' }
},
enable_batching: {
type: 'boolean',
Expand Down

0 comments on commit 4b31c5b

Please sign in to comment.