Help us improve
Share bugs, ideas, or general feedback.
From sap-hana-cloud-data-intelligence
Builds data pipelines, operator graphs, SAP integrations, replication flows, and ML scenarios in Data Intelligence Cloud using Python/Node.js subengines.
npx claudepluginhub secondsky/sap-skills --plugin sap-hana-cloud-data-intelligenceHow this skill is triggered — by the user, by Claude, or both
Slash command
/sap-hana-cloud-data-intelligence:sap-hana-cloud-data-intelligenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides comprehensive guidance for developing with SAP Data Intelligence Cloud, including pipeline creation, operator development, data integration, and machine learning scenarios.
README.mdreferences/abap-integration.mdreferences/additional-features.mdreferences/data-workflow.mdreferences/dtl-functions.mdreferences/graphs-pipelines.mdreferences/ml-scenario-manager.mdreferences/modeling-advanced.mdreferences/operators-reference.mdreferences/replication-flows.mdreferences/security-cdc.mdreferences/structured-data-operators.mdreferences/subengines.mdtemplates/basic-graph.jsontemplates/ml-training-pipeline.jsontemplates/replication-flow.jsonArchitects, configures, troubleshoots, and optimizes SAP Datasphere data integration flows: Replication, Data, Transformation Flows, and Task Chains for ETL, CDC/delta processing, and orchestration.
Builds SAP Datasphere data warehouses on SAP BTP with analytic models, data flows, replication flows, 40+ connections, spaces, access controls, task chains, and CLI commands.
Builds in-database ML models on SAP HANA using Python hana-ml for PAL/APL algorithms, DataFrames, AutoML, model persistence, and visualization.
Share bugs, ideas, or general feedback.
This skill provides comprehensive guidance for developing with SAP Data Intelligence Cloud, including pipeline creation, operator development, data integration, and machine learning scenarios.
Use this skill when:
Graphs are networks of operators connected via typed input/output ports for data transfer.
Two Generations:
Critical Rule: Graphs cannot mix Gen1 and Gen2 operators - choose one generation per graph.
Gen2 Advantages:
Building blocks that process data within graphs. Each operator has:
Operator Categories:
Subengines enable operators to run on different runtimes within the same graph.
Supported Subengines:
Key Benefit: Connected operators on the same subengine run in a single OS process for optimal performance.
Trade-off: Cross-engine communication requires serialization/deserialization overhead.
1. Open SAP Data Intelligence Modeler
2. Create new graph
3. Add operators from repository
4. Connect operator ports (matching types)
5. Configure operator parameters
6. Validate graph
7. Execute and monitor
1. Create replication flow in Modeler
2. Configure source connection (ABAP, HANA, etc.)
3. Configure target (HANA Cloud, S3, Kafka, etc.)
4. Add tasks with source objects
5. Define filters and mappings
6. Validate flow
7. Deploy to tenant repository
8. Run and monitor
Delivery Guarantees:
1. Open ML Scenario Manager from launchpad
2. Create new scenario
3. Add datasets (register data sources)
4. Create Jupyter notebooks for experiments
5. Build training pipelines
6. Track metrics with Metrics Explorer
7. Version scenario for reproducibility
8. Deploy model pipeline
For integrating ABAP-based SAP systems:
Reference: See references/abap-integration.md for detailed setup.
Use structured data operators for SQL-like transformations:
Reference: See references/structured-data-operators.md for configuration.
DTL provides SQL-like functions for data processing:
Function Categories:
Reference: See references/dtl-functions.md for complete reference.
| Error | Cause | Solution |
|---|---|---|
| Port type mismatch | Incompatible data types | Use converter operator or matching types |
| Gen1/Gen2 mixing | Combined operator generations | Use single generation per graph |
| Resource exhaustion | Insufficient memory/CPU | Adjust resource requirements |
| Connection failure | Network or credentials | Verify connection settings |
| Validation errors | Invalid configuration | Review error messages, fix config |
Gen2 Graphs:
Gen1 Graphs:
For detailed information, see:
references/operators-reference.md - Complete operator catalog (266 operators)references/abap-integration.md - ABAP/S4HANA/BW integration with SAP Notesreferences/structured-data-operators.md - Structured data processingreferences/dtl-functions.md - Data Transformation Language (79 functions)references/ml-scenario-manager.md - ML Scenario Manager, SDK, artifactsreferences/subengines.md - Python, Node.js, C++ subengine developmentreferences/graphs-pipelines.md - Graph execution, snapshots, recoveryreferences/replication-flows.md - Replication flows, cloud storage, Kafkareferences/data-workflow.md - Data workflow operators, orchestrationreferences/security-cdc.md - Security, data protection, CDC methodsreferences/additional-features.md - Monitoring, cloud storage services, scenario templates, data types, Git terminalreferences/modeling-advanced.md - Graph snippets, SAP cloud apps, configuration types, 141 graph templatesStarter templates are available in templates/:
templates/basic-graph.json - Simple data processing graphtemplates/replication-flow.json - Data replication patterntemplates/ml-training-pipeline.json - ML training workflowPrimary Sources:
Section-Specific:
references/abap-integration.md - ABAP system integration guidereferences/ml-scenario-manager.md - Machine Learning scenario managerreferences/replication-flows.md - Data replication flow configurationreferences/operators-reference.md - Complete operators referencereferences/dtl-functions.md - Data Transformation Language functionsreferences/modeling-advanced.md - Advanced modeling techniquesreferences/structured-data-operators.md - Structured data operators guide