-
Notifications
You must be signed in to change notification settings - Fork 238
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
Add: BigLake Iceberg Table Examples #474
Conversation
I've mailed GoogleCloudPlatform/cloud-foundation-toolkit#1776 to fix |
This CL is dependent on the connection API which I added in go/tf-samples/pull/470, which should be merged prior to re-running this build. |
b644785
to
d347575
Compare
|
||
|
||
# This queries the provider for project information. | ||
data "google_project" "project" {} |
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.
tflint is failing because this has been declared but not referenced
I'm focusing on other priorities at the moment. |
Description
Fixes #
Note: If you are not associated with Google, open an issue for discussion before submitting a pull request.
Checklist
Readiness
Style
guide
Testing
I have performed tests described in the Contributing guide:
terraform apply
terraform fmt
checkIntended location
Yes, this sample will be (or already is) included on cloud.google.com
Location(s): https://cloud.google.com/bigquery/docs/iceberg-tables
No, this sample won't be included on cloud.google.com
Reason:
API enablement
Review