We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Spannerに関する設定値を、flagではなく環境変数から受け取る機能 flagがある場合は、flagで上書きする感じにする
export SPANNER_PROJECT_ID=${YOUR_SPANNER_PROJECT} export SPANNER_INSTANCE_ID=${YOUR_SPANNER_INSTANCE} export SPANNER_DATABASE_ID=${YOUR_SPANNER_DATABASE}
複数回同じDBのQueryを実行する時に、毎回 flagで指定するのはめんどうなので
The text was updated successfully, but these errors were encountered:
sinmetal
No branches or pull requests
WHAT
Spannerに関する設定値を、flagではなく環境変数から受け取る機能
flagがある場合は、flagで上書きする感じにする
WHY
複数回同じDBのQueryを実行する時に、毎回 flagで指定するのはめんどうなので
The text was updated successfully, but these errors were encountered: