Skip to content

Commit 56c9186

Browse files
authored
Merge pull request #7927 from segmentio/maleman842-patch-2
Remove computed traits backfill warning
2 parents 02de632 + ab60477 commit 56c9186

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/engage/audiences/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -202,11 +202,6 @@ Engage displays the following compute statuses for Audiences and Traits.
202202

203203
#### Batch computations
204204

205-
> warning "Disabled batch computations don't automatically backfill data when re-enabled"
206-
> If you disable and re-enable a batch computation, Segment does not automatically create a backfill. Any data Segment receives during the disabled period is not sent to your Destination after you re-enable your batch computation. If you want to backfill your data, you must reach out to [Segment Support](mailto:friends@segment.com) to request a resync.
207-
208-
209-
210205
| Computation status | Description |
211206
|---------------------------|---------------------------------------|
212207
| Preparing | Engage is preparing the computation. |

src/unify/Traits/computed-traits.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ redirect_from:
1111
1212
Computed Traits allow you to quickly create user or account-level calculations that Segment keeps up-to-date over time. These can be computations like the `total_num_orders` a customer has completed, the `lifetime_revenue` of a customer, the `most_frequent_user` to determine which user is most active in an account, or the `unique_visitors_count` to assess how many visitors from a single domain. These computations are based on your events and event properties that you are sending through Segment on the [Page](/docs/connections/spec/page/) and [Track](/docs/connections/spec/track) calls.
1313

14-
> warning "Starting June 2nd, 2025, disabled batch computed traits don't automatically backfill data when re-enabled"
15-
> If you disable and re-enable a batch computed trait, Segment does not automatically create a backfill. Any data Segment receives during the disabled period is not sent to your Destination after you re-enable your trait. If you want to backfill your data, you must reach out to [Segment Support](mailto:friends@segment.com) to request a resync.
16-
>
17-
> Segment is releasing this feature on a phased rollout plan, and expects this to be available to all customers by July 18, 2025.
18-
1914
{% include content/trait-types.md %}
2015

2116
## Types of computed traits

0 commit comments

Comments
 (0)