Skip to content

Commit 05b34ce

Browse files
authored
remove real ocid (#107)
2 parents dd0efd9 + 491973f commit 05b34ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/user_guide/apachespark/dataflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ You could submit a notebook using ADS SDK APIs. Here is an example to submit a n
153153
df = (
154154
DataFlow()
155155
.with_compartment_id(
156-
"ocid1.compartment.oc1..aaaaaaaapvb3hearqum6wjvlcpzm5ptfxqa7xfftpth4h72xx46ygavkqteq"
156+
"ocid1.compartment.oc1.<your compartment id>"
157157
)
158158
.with_driver_shape("VM.Standard.E4.Flex")
159159
.with_driver_shape_config(ocpus=2, memory_in_gbs=32)

0 commit comments

Comments
 (0)