IntroductionIn Q3 2024, SAP introduced the SCIM (System for Cross-domain Identity Management) API for SAP Datasphere to enhance user management through a consistent, REST-based protocol. This API currently supports the following operations:CRUD (Crea...
IntroductionSAP Datasphere offers a wide range of pre-defined source system connectors. However, there may be instances where a standard connector is unavailable, such as with certain REST APIs. To address this, SAP provides the option to leverage Op...
IntroductionWhen working with SAP Datasphere, triggering task chains is often a crucial part of automating data processes. SAP Datasphere provides the ability to start task chains using CLI (Command Line Interface) commands, which offer a powerful wa...
IntroductionWithin SAP Datasphere a task chain is a structured sequence of tasks or operations designed to be executed in a specific order or concurrently. It automates the process of running multiple related tasks, ensuring that they are executed in...
IntroductionWhen using SAP Datasphere to transform data for persistence, the Data Flow provides the necessary functionality. We recently compared various basic transformation tasks using different modeling approaches. Therefore, we tried four differe...
Hi @hasba_younes ,I did not try it out myself yet, but pagination can be handled in the general properties or the resources per the documentation. RegardsChristian
Hi @DobrovolskayaTanya the service destination can be created with the following command:cf create-service destination lite python_dest_service During a recent deployment I also had the issue with "datasphere not found". The issue was that the CLI co...
Hi @DobrovolskayaTanya ,I would check the following points:Did you update the secrets via the update_secrets endpoint?Can you run the login command or any other command in your local CLI?How did you setup the OAuth client?RegardsChristian
Hi @klorn_pallier ,where are you running this CLI command? Does a window open to login to your Datasphere tenant?Otherwise I found also these link very helpful for dealing with issues when working with the CLI:https://community.sap.com/t5/technology-...
Hi @klorn_pallier ,I cannot see the authorization-url. Is it not visible in the screenshot or missing?Did you already try to perform the steps mentioned in the mentioned note: https://me.sap.com/notes/3461484RegardsChristian