XaviPolo
Active Contributor
Member since ‎04-21-2014

User Statistics

  • 373 Posts
  • 41 Solutions
  • 104 Kudos given
  • 220 Kudos received

User Activity

I want to do this simple query to a REMOTE TABLE in GBQ, converting a string to decimal and filtering by timestamp:SELECT ORDER_ID, CAST(AMOUNT_STRING AS DECIMAL(18,2)) AS AMOUNT_DEC, FROM <GBQ> WHERE UPDATED_AT_TS > CAST('2024-01-01 00:00:00.000000...
In the Data Integration Monitor we can create statistics of the remote sources, but is there any way to see the results in DSP?I can't get access to the tables where the data is supposed to be stored.In "SYS". "DATA_STATISTICS" there are the fields t...
You are using DSP as a Data Fabric to load multiple data sources, and all works great, and you can enjoy life (you know, teleworking from some heavenly place) ... until something goes wrong. You receive an email that a Data Flow has failed. That SFTP...
Hello, I have a question about what happens when an error occurs during a data load in SAP Datasphere. If we use a data flow to perform a load to a DSP Local Table, do all the processed data operate within a database transaction, and if it fails, is ...
I have been contributing to the Datashpere community for a few years now. As one of the users of the first version od DSP, having participated in betas such as Data Flows, I have tried to help all those who had doubts about the product, and of course...