How to call Apply script to documents from beginning of time (Reset) from UpdateEtlOperation #16582
Answered
by
garayx
ItsRobbAllen
asked this question in
Q&A
-
I have automated ETLs set up using How do I set this? |
Beta Was this translation helpful? Give feedback.
Answered by
garayx
Jun 1, 2023
Replies: 1 comment 1 reply
-
Hi, Did you see ResetEltOperation https://ravendb.net/docs/article-page/4.2/csharp/client-api/operations/maintenance/etl/reset-etl ? See usage in our tests - https://github.com/ravendb/ravendb/blob/v4.2/test/SlowTests/Server/Documents/ETL/RavenDB_8866.cs |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ItsRobbAllen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Did you see ResetEltOperation https://ravendb.net/docs/article-page/4.2/csharp/client-api/operations/maintenance/etl/reset-etl ?
See usage in our tests - https://github.com/ravendb/ravendb/blob/v4.2/test/SlowTests/Server/Documents/ETL/RavenDB_8866.cs