Skip to content

Commit 156039a

Browse files
authored
Release 6.2 Update - Update constants files in workloads
1 parent b3208ff commit 156039a

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/OracleEBS/src/common/py_libs/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"""Constants for Cortex Data Foundation."""
1616

1717
# Listed first due to dependencies
18-
CORTEX_VERSION = "6.1"
18+
CORTEX_VERSION = "6.2"
1919

2020
# Version formatted with X_X due to BigQuery dataset naming requirements
21-
TEST_HARNESS_VERSION = "6_1"
21+
TEST_HARNESS_VERSION = "6_2"
2222

2323
# Dict for dataset labels
2424
BQ_DATASET_LABEL = {"goog-packaged-solution" : "cortex-framework"}

src/SAP/SAP_CDC/common/py_libs/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"""Constants for Cortex Data Foundation."""
1616

1717
# Listed first due to dependencies
18-
CORTEX_VERSION = "6.1"
18+
CORTEX_VERSION = "6.2"
1919

2020
# Version formatted with X_X due to BigQuery dataset naming requirements
21-
TEST_HARNESS_VERSION = "6_1"
21+
TEST_HARNESS_VERSION = "6_2"
2222

2323
# Dict for dataset labels
2424
BQ_DATASET_LABEL = {"goog-packaged-solution" : "cortex-framework"}

src/SAP/SAP_REPORTING/common/py_libs/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"""Constants for Cortex Data Foundation."""
1616

1717
# Listed first due to dependencies
18-
CORTEX_VERSION = "6.1"
18+
CORTEX_VERSION = "6.2"
1919

2020
# Version formatted with X_X due to BigQuery dataset naming requirements
21-
TEST_HARNESS_VERSION = "6_1"
21+
TEST_HARNESS_VERSION = "6_2"
2222

2323
# Dict for dataset labels
2424
BQ_DATASET_LABEL = {"goog-packaged-solution" : "cortex-framework"}

src/SFDC/src/common/py_libs/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"""Constants for Cortex Data Foundation."""
1616

1717
# Listed first due to dependencies
18-
CORTEX_VERSION = "6.1"
18+
CORTEX_VERSION = "6.2"
1919

2020
# Version formatted with X_X due to BigQuery dataset naming requirements
21-
TEST_HARNESS_VERSION = "6_1"
21+
TEST_HARNESS_VERSION = "6_2"
2222

2323
# Dict for dataset labels
2424
BQ_DATASET_LABEL = {"goog-packaged-solution" : "cortex-framework"}

src/marketing/src/common/py_libs/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"""Constants for Cortex Data Foundation."""
1616

1717
# Listed first due to dependencies
18-
CORTEX_VERSION = "6.1"
18+
CORTEX_VERSION = "6.2"
1919

2020
# Version formatted with X_X due to BigQuery dataset naming requirements
21-
TEST_HARNESS_VERSION = "6_1"
21+
TEST_HARNESS_VERSION = "6_2"
2222

2323
# Dict for dataset labels
2424
BQ_DATASET_LABEL = {"goog-packaged-solution" : "cortex-framework"}

0 commit comments

Comments
 (0)