Skip to content

Commit fdee4a3

Browse files
committed
Remove beta labeling now that custom code is GA
- Drop '(BETA)' from the README title and the 'it is not GA' prerequisite note - Bump the PyPI classifier from 'Development Status :: 4 - Beta' to '5 - Production/Stable' so the PyPI listing no longer shows a beta label
1 parent b76edc8 commit fdee4a3

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

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 (BETA)
1+
# Data Cloud Custom Code SDK
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 only** (currently supported version - if your system version is different, we recommend using [pyenv](https://github.com/pyenv/pyenv) to configure 3.11)
1212
- JDK 17
1313
- Docker support like [Docker Desktop](https://docs.docker.com/desktop/)
14-
- A salesforce org with some DLOs or DMOs with data and this feature enabled (it is not GA)
14+
- A salesforce org with some DLOs or DMOs with data and this feature enabled
1515
- **One of the following** for authentication:
1616
- A Salesforce org already authenticated via the [Salesforce CLI](https://developer.salesforce.com/tools/salesforcecli)
1717
(simplest — no External Client App needed)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = ["poetry-core>=2.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]
55
[project]
66
authors = []
77
classifiers = [
8-
"Development Status :: 4 - Beta",
8+
"Development Status :: 5 - Production/Stable",
99
"Operating System :: Unix",
1010
"Programming Language :: Python",
1111
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)