Technical Articles
Considerations moving to SAP Data Intelligence Version 3.0
Having just been released, the SAP Help Portal provides insights into Version 3.0 Patch 0 (3.0.0) for SAP Data Intelligence, the successor of SAP Data Hub.
It is great to see the New Features in SAP Data Intelligence, especially around Machine Learning and Data Science. You might get an idea of what this means from my blog Leverage SAP Leonardo Machine Learning Functional Services with SAP Data Hub.
However, there are also some Changed Behaviours in SAP Data Intelligence to be considered, especially:
Non-Root Enforcement for Docker Creation
Some of my custom Operators need custom docker files. For example SAP Data Hub GitHub integration. With Non-Root Enforcement for Docker Creation, The Docker container can no longer run as a root user. For all Docker images, you must add a user group and user:
FROM §/com.sap.datahub.linuxx86_64/sles:15.0-sap-007
RUN groupadd -g 1972 vflow && useradd -g 1972 -u 1972 -m vflow
USER 1972:1972
WORKDIR /home/vflow
ENV HOME=/home/vflow
Simplification of Solution Distribution
So far, I have been using the Tenant Workspace to share common components among the team like for example custom Operators:
However, with the Simplification of Solution Distribution, Starting in SAP Data Intelligence 3.1 SAP Data Intelligence System Management tenant layer will be deprecated. SAP Data Intelligence 3.2, we will completely remove the tenant layer:
A work around could be my SAP Data Hub GitHub integration though.
Hello Frank
the Software was shipped at time Friday, 20th of March, but you will not anymore see the Software in the software Marketplace (SMP), as the distribution was moved to a repository based channel (RBSC) as other Cloud based Software as well.
See the Blog - SAP Data Intelligence 3.0 – implement with slcb tool
Best Regards Roland
Thank you, Roland.
Looking forward to upgrading from SAP Data Hub 2.7 to SAP Data Intelligence 3.0 soon.
Best regards