Alan
- Total activity 389
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 46
- Subscriptions 166
Comments
Recent activity by Alan-
Hi Michael, Please open up a ticket for this and attach the full job trace, as well as the YARN log for the job in question. Thanks, Alan Mark
-
Hi Reeta, Please try using (\bpark\b|\bplayground\b|\bgarden\b) instead of .*(park|playground|garden).* if you enclose a word in \b, you specify 'match this exact word.' Note, in the datameer UI if...
-
Hi Reeta, You should be able to do this with a REGEX. REGEX(#Sheet!Column;".*(park|playground|garden).*";"Parks";"No Match") You can nest this by replacing "No Match" with a nested REGEX. REGEX(#Sh...
-
Hi Chris, First I just want to double check that when you say export currently, you're doing a "Browse All Data" and then clicking the Download button to get your Workbook data? As far as exporting...
-
Hi Piyush, Please be aware that the apache project has deprecated INT96 as a data type. You can find the details of that here: https://issues.apache.org/jira/browse/PARQUET-323 However, we do supp...
-
Tugrul, I spoke to engineering and it turns out at this time we do not support multi-column self joins with custom SQL. We do have an improvement request known as DAP-7226 that will add this funct...
-
Hi Tugrul, I'd suggest a resource such as w3schools to research SQL topics. Here's their documentation on SQL Self JOIN. See the "SQL Self JOIN Example" about half way down the page. You can also...
-
Hi Tugrul, You'll note a slight difference in the command I demonstrated: curl -u '<username>:<password>' -X GET 'http://<Datameer-serverIP>:<port-number>/api/workbooks/10 api/workbooks/FileID vs r...
-
Hi Tugrul, When you get the ID of your folder, then list the contents using the folders API, the id of your workbooks is included in the href for each file like it is for the folders. So for exampl...
-
Hi Tugrul, Each folder artifact is considered a file in of itself. If you use the root-folder API call you'll get a response that includes the href value for each folder: curl -u '<username>:...