-
Notifications
You must be signed in to change notification settings - Fork 58
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
Support description of columns and tables #142
Conversation
@fagai Thank you for adding tests. |
Hi, maintainers! |
Hello, @fagai. I'm a new maintainer. Could you resolve conflict this PR? I'll review this PR. Or, I'll create another PR later. |
@hiroyuki-sato I resolved the conflict. |
@fagai Thank you for your work!. Does this PR work as you expected? It seems the column is OK. But, the table doesn't set as you expected. What am I wrong? out:
type: bigquery
mode: append
# snip
table: hello_embulk
source_format: NEWLINE_DELIMITED_JSON
column_options:
- name: purchase
description: hogehogehoge12345
description: hogehoge column: OKtable: NG?? |
@hiroyuki-sato I don't have a deep understanding of ruby, so I may be wrong. |
5ad6da8
to
dd311f5
Compare
Thanks LGTM👍 @joker1007 Could you check this PR when you get a chance? |
Thanks! |
related: #127
add tests. and fixed tests.