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

New Resource: aws_lakeformation_resource_link #17069

Open
WafflesMcDuff opened this issue Jan 12, 2021 · 7 comments
Open

New Resource: aws_lakeformation_resource_link #17069

WafflesMcDuff opened this issue Jan 12, 2021 · 7 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/lakeformation Issues and PRs that pertain to the lakeformation service. upstream Addresses functionality related to the cloud provider.

Comments

@WafflesMcDuff
Copy link

WafflesMcDuff commented Jan 12, 2021

Need the ability to create resource links through terraform for aws_lakeformation

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 other comments that do not add relevant new information or questions, 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

Description

image

New or Affected Resource(s)

  • aws_lakeformation_resource_link

References

@WafflesMcDuff WafflesMcDuff added the enhancement Requests to existing resources that expand the functionality or scope. label Jan 12, 2021
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Jan 12, 2021
@ghost ghost added the service/lakeformation Issues and PRs that pertain to the lakeformation service. label Jan 12, 2021
@anGie44 anGie44 added upstream Addresses functionality related to the cloud provider. and removed needs-triage Waiting for first response or review from a maintainer. labels Jan 12, 2021
@anGie44
Copy link
Contributor

anGie44 commented Jan 12, 2021

Hi @WafflesMcDuff, thank you for creating this issue! Making a first pass at the AWS LakeFormation User Guide/available SDK methods, I don't currently see support for this operation but we'll keep an eye out for this functionality 👍

@chrisbulgaria
Copy link
Contributor

chrisbulgaria commented Jan 13, 2021

Hi, I think this is implemented on the underlying Glue level - here : https://docs.aws.amazon.com/glue/latest/webapi/API_CreateTable.html (TargetDatabase) . But its indeed not available on the terraform glue resources, there is an issue for that already
#15296

And btw - there are several important issues and pull requests outstanding for LakeFormation - so all LF and terraform fans please vote them up so that we have a chance to get them implemented !

@WafflesMcDuff
Copy link
Author

Related to #15296

@amirbrown
Copy link

Hi, I think this is implemented on the underlying Glue level - here : https://docs.aws.amazon.com/glue/latest/webapi/API_CreateTable.html (TargetDatabase) . But its indeed not available on the terraform glue resources, there is an issue for that already
#15296

Yeah, lf is confusing because the console ui fronts various parts of glue functionality without being clear what it is doing.
If you look at the lf docs about the resource links you can see that it is all glue apis and permissions.
https://docs.aws.amazon.com/lake-formation/latest/dg/resource-links-glue-apis.html

There is no reference to a resource link in the lf api docs or lf cloudformation docs.

@jogoldberg
Copy link

@bflad - Can you help get some priority around this?

@rito-sixt
Copy link

Hi. Any updates on this?

@Mralbert93
Copy link
Member

You should be able to create resource links in Lake Formation by using the aws_glue_catalog_database resource and specifying a target_database block.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/lakeformation Issues and PRs that pertain to the lakeformation service. upstream Addresses functionality related to the cloud provider.
Projects
None yet
Development

No branches or pull requests

7 participants