Konsta Danyliuk
- Total activity 601
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 273
Comments
Recent activity by Konsta Danyliuk-
Hello Anson.In my lab, I've scheduled an ImportJob and a Workbook using the crop pattern 1 * * * *. Both artifacts are being successfully triggered last 2 hours.For further troubleshooting, I would...
-
Hello Anson.This cron pattern should work fine. May I ask you to check the Information Tab of the Inspector (View -> Inspector) for this ImportJob and let me know is mentioned under the Scheduled s...
-
Hello Anson.I hope you are enjoying the holiday time.I've tried to export the date column to Snowflake in my lab and got a similar result. The Datameer date value Dec 30, 2020 10:48:27 AM landed on...
-
Hello Anson.I hope you are doing fine and staying safe these days.At the moment Datameer doesn't support direct ActiveDirectory LDF/LDIF file ingestion. However, you might try to convert an LDF/LDI...
-
Hello Anson.Datameer could handle one schema for an imported dataset. This schema is being detected at artifact's creation and could be reevaluated later, but still, only one version is valid. Each...
-
Hello Anson.It seems you need to change the Month pattern from MM to MMM. I'm able to parse the date from your example using the pattern "EEE, dd MMM yyyy HH:mm:ss ZZZ". ASDATE("Fri, 11 Dec 2020 20...
-
Hi, Hatasha.Do you think you could provide screenshots of your #GlobalQ, #Lastbuildorship, and the Result columns and point to incorrect calculation results, so I could see input and output data?In...
-
Hello Anson.Any Datameer artifact except a FileUpload could be scheduled for execution at a certain time - just open an artifact's configuration, go to the Schedule tab, and set the Trigger accordi...
-
Hi, Hatasha.Do you get any particular error message when trying to apply this formula? What does it say if you hover over the column in error?In my lab both below formulas work fine (Col #A is int,...
-
Hello, Natasha.In case you need to put several conditions into an IF statement, I would recommend use || (OR) and && (AND) signs. For eample IF( #A>0 && #B<2; Then; Else) I guess in your case the f...