Skip to content
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

Merged
merged 8 commits into from
Mar 4, 2024

Conversation

fagai
Copy link
Contributor

@fagai fagai commented Jan 18, 2022

related: #127
add tests. and fixed tests.

@kyoshidajp
Copy link
Contributor

@fagai Thank you for adding tests.

@masaushi
Copy link

masaushi commented Sep 5, 2022

Hi, maintainers!
Is this still under review? I need this feature, so I'm hoping this PR will be merged soon.
Thank you maintainers for your time to maintain this project.

@hiroyuki-sato
Copy link
Member

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.

@fagai
Copy link
Contributor Author

fagai commented Mar 1, 2024

@hiroyuki-sato I resolved the conflict.

@hiroyuki-sato
Copy link
Member

@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: OK

スクリーンショット 2024-03-01 22 43 23

table: NG??

スクリーンショット 2024-03-01 22 43 30

@fagai
Copy link
Contributor Author

fagai commented Mar 1, 2024

@hiroyuki-sato
Fixed an issue where config values ​​were not being read.

I don't have a deep understanding of ruby, so I may be wrong.

@fagai fagai force-pushed the support_description branch from 5ad6da8 to dd311f5 Compare March 1, 2024 15:45
@hiroyuki-sato hiroyuki-sato requested a review from joker1007 March 2, 2024 15:32
@hiroyuki-sato
Copy link
Member

Thanks LGTM👍

スクリーンショット 2024-03-03 0 30 08

@joker1007 Could you check this PR when you get a chance?

@hiroyuki-sato hiroyuki-sato self-requested a review March 2, 2024 15:33
@hiroyuki-sato hiroyuki-sato merged commit 33f4d00 into embulk:master Mar 4, 2024
2 checks passed
@hiroyuki-sato
Copy link
Member

Thanks!

@fagai fagai deleted the support_description branch March 4, 2024 08:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants