Francesco Corti
Francesco Corti
This is a working group to follow up on the idea of defining Opinionated Catalog Ingestors to address the pain point related to the Software Catalog Adoption.
The SQL query (for HyperSql) MERGE INTO DWH_DIM_DATES_YEARS USING (SELECT -1,0 AS ID, 'Unknown' AS DESCRIPTION FROM (VALUES(0))) AS VALS(ID,DESCRIPTION) Seems to fail because of the comma in "-1,0" on...
In some environments (also on linux), endpoint like: /alfresco/api/-default-/public/alfresco/versions/1/people?maxItems=${maxItems}&skipCount=${skipCount} /alfresco/api/-default-/public/alfresco/versions/1/people?maxItems=1000000000&skipCount=1&fields=%7B%7D http://localhost:8080/pentaho/plugin/Alflytics/api/getendpoints?paramendpointId=alfrescoPeople http://localhost:8080/pentaho/plugin/Alflytics/api/getendpoints?paramendpointId=alfrescoPeopleCount Can cause a bad result: http://192.10.2.41:80/alfresco/api/-default-/public/workflow/versions/1skipCount=0 http://192.10.2.41:80/alfresco/api/-default-/public/workflow/versions/1fields=%7B%7D The & seems to be a problem in some environments.