We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd0efd9 + 491973f commit 05b34ceCopy full SHA for 05b34ce
docs/source/user_guide/apachespark/dataflow.rst
@@ -153,7 +153,7 @@ You could submit a notebook using ADS SDK APIs. Here is an example to submit a n
153
df = (
154
DataFlow()
155
.with_compartment_id(
156
- "ocid1.compartment.oc1..aaaaaaaapvb3hearqum6wjvlcpzm5ptfxqa7xfftpth4h72xx46ygavkqteq"
+ "ocid1.compartment.oc1.<your compartment id>"
157
)
158
.with_driver_shape("VM.Standard.E4.Flex")
159
.with_driver_shape_config(ocpus=2, memory_in_gbs=32)
0 commit comments