-
Notifications
You must be signed in to change notification settings - Fork 118
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
docs(samples): add create view ddl #558
Conversation
Codecov Report
@@ Coverage Diff @@
## master #558 +/- ##
=========================================
Coverage 81.49% 81.49%
Complexity 1226 1226
=========================================
Files 77 77
Lines 6220 6220
Branches 690 691 +1
=========================================
Hits 5069 5069
Misses 792 792
Partials 359 359 Continue to review full report at Codecov.
|
String projectId = "MY_PROJECT_ID"; | ||
String datasetId = "MY_DATASET_ID"; | ||
String tableId = "MY_VIEW_ID"; | ||
String sql = |
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.
maybe we should name this string ddl
? since this is a ddl create view sample?
Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR |
Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, or one of your required reviews was not approved. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot. |
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: