-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Loadfilename_as_column_gcs #305
base: master
Are you sure you want to change the base?
Conversation
1. Obtain file names and file contents from multiple files in a specific bucket of GCS. | ||
the file sample | ||
name: files_aaa_20210401 | ||
contents: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L10 - L12 lines aren't written in a new line.
So, if you intend to write in other lines, it might need to fix. Would you check it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your check! I will add the new lines.
# Upload | ||
$ td wf push gcs_filename_add | ||
|
||
And Set the GCP service account credential to the workflow secret as follows. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] "set" would be better than "Set".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, maybe I pasted it from somewhere.
|
||
+read_gcsfiles: | ||
docker: | ||
image: "digdag/digdag-python:3.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I checked that it can run without any problems.
Sorry for the late. I pushed fixed README.md. |
Corrections
digdag/digdag-python:3.9
delete files folder
add file sample to README.md