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

Dynamic add column #124

Open
randyh0329 opened this issue Apr 24, 2017 · 0 comments
Open

Dynamic add column #124

randyh0329 opened this issue Apr 24, 2017 · 0 comments

Comments

@randyh0329
Copy link

BigQuery can dynamic add column, is it a good idea to add this handling in plugin?

Avoid check the table schema every time, may add this in error handling.

code Logic may like:
bq table has 5 columns

  1. generate 5 columns data -> fluentd -> bq (normal flow)
  2. generate 7 column data -> fluentd -> bq (error, trigger add column and retry)

Any suggestion?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant