Replies: 1 comment 2 replies
-
Hi This is a bug.. apparently we are passing the lower time series name as the I created a ticket to fix that, you can track it here: As a workaround, you can use:
Regards |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm struggling to get a timeseries loaded.
I followed the documentation https://ravendb.net/docs/article-page/6.0/csharp/server/ongoing-tasks/etl/raven#time-series
my collection is called
EventDocuments
and I have an ETL setup just for this one collection with the following script for what ever reason the time seriesAppOpen
doesn't appear on the target.This I tried to make the change
reset ETL
recreate ETL
delete the existing document on the target:
Also to give the complete context
Source server is a raven cloud instance running 5.4.112
Target server is self hosted instance running 5.4.112
I'm pretty much clueless
Beta Was this translation helpful? Give feedback.
All reactions