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

Dataplex support please #11648

Closed
jamiet-msm opened this issue May 5, 2022 · 2 comments
Closed

Dataplex support please #11648

jamiet-msm opened this issue May 5, 2022 · 2 comments
Labels
enhancement forward/review In review; remove label to forward new-resource priority/1 service/dataplex size/l tpgtools Issues related to the tpgtools generator
Milestone

Comments

@jamiet-msm
Copy link

jamiet-msm commented May 5, 2022

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment. If the issue is assigned to the "modular-magician" user, it is either in the process of being autogenerated, or is planned to be autogenerated soon. If the issue is assigned to a user, that user is claiming responsibility for the issue. If the issue is assigned to "hashibot", a community member has claimed the issue already.

Description

Dataplex has recently been released as part of Google Cloud's data analytics platform. We'd love to use it but we have a strict dependency on automation using terraform so until there is terraform support, we simply aren't going to use it. Would love to be able to Dataplex resources (lakes, zones, assets) using terraform please.

Similarly, there would need to be IAM support too

New or Affected Resource(s)

  • google_dataplex_lake
  • google_dataplex_zone
  • google_dataplex_asset
  • google_dataplex_lake_iam_member
  • google_dataplex_zone_iam_member
  • google_dataplex_asset_iam_member
  • google_dataplex_lake_iam_binding
  • google_dataplex_zone_iam_binding
  • google_dataplex_asset_iam_binding

Potential Terraform Configuration

Not too familiar with the API just yet so dont know what attributes would need to be supported but this seems like a fairly straightforward stab:

resource "google_dataplex_lake" "lake" {
  name = ""
  region = var.region
}
resource "google_dataplex_zone" "zone" {
  name = ""
}
etc...

References

https://cloud.google.com/dataplex/docs/reference/rest

  • b/211457034
@rileykarson rileykarson added new-resource size/l tpgtools Issues related to the tpgtools generator priority/1 labels May 9, 2022
@rileykarson rileykarson added this to the Goals milestone May 9, 2022
@melinath
Copy link
Collaborator

It looks like all requested resources have been added. 🎉

@github-actions
Copy link

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 15, 2023
@github-actions github-actions bot added forward/review In review; remove label to forward service/dataplex labels Jan 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement forward/review In review; remove label to forward new-resource priority/1 service/dataplex size/l tpgtools Issues related to the tpgtools generator
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants