Skip to content

Commit 59f9ff4

Browse files
authored
Example on how to run oci data flow from functions
1 parent da408fb commit 59f9ff4

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-functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def handler(ctx, data: io.BytesIO=None):
8282
parameters = dict()
8383
else:
8484
parameters = body.get('parameters')
85-
parameters['input-path'] = 'oci://<bucket name>@<namespace bucket>/{}'.format(resourceName)
85+
parameters['input-path'] = 'oci://<bucket name >@<namespace bucket>/{}'.format(resourceName)
8686
logging.info(parameters['input-path'])
8787

8888
except (Exception, ValueError) as ex:

0 commit comments

Comments
 (0)