-
Notifications
You must be signed in to change notification settings - Fork 977
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 cloud dataplex module #1308
Conversation
Thanks for this, can you make sure tests pass? |
Thanks for working on this! Dataplex is a great addition to the repo. As mentioned in pur offline sync, I would shape this module similar to the BQ-dataset one:
If you do not implement all in this PR, I would make a TODO section in the README. |
Thanks for nice feedback and help. Sure, let me add TODO section in README :) |
Hi @prabhaarya. Can you switch you test to use an example in the README of your module?. It's much easier. The details are explained in the contributing guide. |
Hi @prabhaarya, I am under the impression that supporting multiple zone should be added in this PR. How would you use this module in your terraform deployment? My understanding is that a typical deployment would be one lake with 2 zones (RAW and CURATED) with attached assets. As of now, this module would create one lake with one zone that could be RAW or CURATED but not both. |
I agree with you, Lorenzo. It currently supports either zone type but not both. IMO, having both zones when creating Dataplex lakes is not a must; it can be an enhanced module feature. |
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.
Thanks! some comments.
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.
Some minor changes and we are good to go with V1!
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.
Thanks for the update, thanks for supporting already multiple zone types in this version.
@prabhaarya @lcaggio can you open a separate PR to link the module from the top-level and section-level READMEs? |
* Add dataplex module * fix dataplex test * resolve comments * python test removed * Change variable desc * refactor variables * fix typos * fix assets & zones resources * fix linting error * fix tests * fix typo
Terraform code for creating Dataplex lake, zone and asset in GCP project.