Skip to content

Commit c4c0457

Browse files
authored
Release 6.3.2 (Hotfix release) - SAP, SFDC and 1-click deployer
1 parent 8af468e commit c4c0457

65 files changed

Lines changed: 1829 additions & 1833 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/erd_ecc.pdf

-2.28 KB
Binary file not shown.

docs/erd_s4.pdf

-450 Bytes
Binary file not shown.

docs/erd_sfdc.pdf

4.55 KB
Binary file not shown.

docs/tutorial_meridian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This tutorial will guide you through demo deployment of Cortex Framework for Mer
1818

1919
This deployment includes:
2020

21-
- Cortex Marketing with Cross Media with sample marketing data for Google Ads, YouTube, Meta and TikTik
21+
- Cortex Marketing with Cross Media with sample marketing data for YouTube, Meta and TikTok
2222
- Cortex for Meridian
2323
- Oracle EBS with sample sales data
2424
- Automated Cortex for Meridian notebook execution with sample reports saved to GCS

images/erd_ecc.png

18.4 KB
Loading

images/erd_s4.png

20.3 KB
Loading

images/erd_sfdc.png

32 KB
Loading

src/SAP/SAP_CDC/src/template_sql/cdc_sql_template.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ WHEN NOT MATCHED AND IFNULL(S.operation_flag, 'I') != 'D' THEN
4545
VALUES (${fields})
4646
WHEN MATCHED AND S.operation_flag = 'D' THEN
4747
DELETE
48-
WHEN MATCHED AND S.operation_flag IN ('I','U') THEN
48+
-- 'L' flag is also included to account for post possible pipeline reconfiguration.
49+
WHEN MATCHED AND S.operation_flag IN ('I','U','L') THEN
4950
UPDATE SET ${update_fields};
5051

src/SAP/SAP_REPORTING/GLDocumentsHdr.sql

Lines changed: 0 additions & 82 deletions
This file was deleted.

src/SAP/SAP_REPORTING/RegionsMD.sql

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)