Skip to content

Commit 4eca57f

Browse files
authored
Example: Call OCI Data Flow from OCI Functions
1 parent 31c1497 commit 4eca57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data-platform/open-source-data-platforms/oci-data-flow/code-examples/run-oci-data-flow-from-functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def handler(ctx, data: io.BytesIO=None):
6767
response_data=json.dumps(retval),
6868
headers={"Content-Type": "application/json"})
6969

70-
applicationId = body.get('applicationId','<OCI ID application data flow>')
70+
applicationId = body.get('applicationId',' <OCI ID application data flow>')
7171
compartmentId = body.get('compartmentId','<Compartment ID>')
7272
displayName = body.get('displayName','MaterialInventory')
7373
#driverShape = body.get('driverShape','VM.Standard2.1')

0 commit comments

Comments
 (0)