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

feat: add labels to objects #253

Merged

Conversation

davenportjw
Copy link
Collaborator

  • adds labels to objects for easier tracking of solution created objects
  • changes the solution identifier variable to match in console name

@davenportjw davenportjw requested a review from a team as a code owner September 20, 2023 13:46
@@ -13,6 +13,9 @@
-- limitations under the License.

CREATE OR REPLACE TABLE `${project_id}.ds_edw.lookerstudio_report`
OPTIONS(
labels=[("data-warehouse","true")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we allow this to be changed via the labels variable?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll take this in a follow up PR, we'd need to do some formatting of the TF var to fit the syntax in SQL.

@davenportjw davenportjw merged commit 70962af into terraform-google-modules:master Sep 20, 2023
@davenportjw davenportjw deleted the add-object-labels branch September 20, 2023 20:30
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

Successfully merging this pull request may close these issues.

2 participants