Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit a4fb60e

Browse files
Changed "_" to "-" in "input_bucket" and "processed_bucket"
Fixed typos. Changed underscore to hyphen in "input_bucket" and "processed_bucket" lines 85 and 86 of func.py.
1 parent 6cddaf8 commit a4fb60e

File tree

1 file changed

+2
-2
lines changed
  • oci-load-file-into-adw-python

1 file changed

+2
-2
lines changed

‎oci-load-file-into-adw-python/func.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ def handler(ctx, data: io.BytesIO=None):
8282
object_name = bucket_name = namespace = ordsbaseurl = schema = dbuser = dbpwd = ""
8383
try:
8484
cfg = ctx.Config()
85-
input_bucket = cfg["input_bucket"]
86-
processed_bucket = cfg["processed_bucket"]
85+
input_bucket = cfg["input-bucket"]
86+
processed_bucket = cfg["processed-bucket"]
8787
ordsbaseurl = cfg["ords-base-url"]
8888
schema = cfg["db-schema"]
8989
dbuser = cfg["db-user"]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /