Skip to content

Commit 9cba6e6

Browse files
authored
Updated README.md (#32)
Clarified feature availability.
1 parent cb6f729 commit 9cba6e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Data Cloud Custom Code SDK
1+
# Data Cloud Custom Code SDK (BETA)
22

33
This package provides a development kit for creating custom data transformations in [Data Cloud](https://www.salesforce.com/data/). It allows you to write your own data processing logic in Python while leveraging Data Cloud's infrastructure for data access and running data transformations, mapping execution into Data Cloud data structures like [Data Model Objects](https://help.salesforce.com/s/articleView?id=data.c360_a_data_model_objects.htm&type=5) and [Data Lake Objects](https://help.salesforce.com/s/articleView?id=sf.c360_a_data_lake_objects.htm&language=en_US&type=5).
44

@@ -11,7 +11,7 @@ Use of this project with Salesforce is subject to the [TERMS OF USE](./TERMS_OF_
1111
- Python 3.11 (If your system version is different, we recommend using [pyenv](https://github.com/pyenv/pyenv) to configure 3.11)
1212
- [Azul Zulu OpenJDK 17.x](https://www.azul.com/downloads/?version=java-17-lts&package=jdk#zulu)
1313
- Docker support like [Docker Desktop](https://docs.docker.com/desktop/)
14-
- A salesforce org, with some DLOs or DMOs with data
14+
- A salesforce org with some DLOs or DMOs with data and this feature enabled (it is not GA)
1515
- A [connected app](#creating-a-connected-app)
1616

1717
## Installation

0 commit comments

Comments
 (0)