You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this your first time submitting a feature request?
I have searched the existing issues, and I could not find an existing issue for this feature
Describe the feature
I have a use case where i want to set Lake Formation Tags on a table which is part of a database in a different account.
As far as I understand, the adapter always assumes that glue databases and catalog are located in the account from which the query is executed. For me this leads to a LakeFormation error as the adapter creates a database in the query account and attempts to apply LF-Tags the tags to this local Database.
I assume that my usecase should work if the catalogId can be added to the table resource in
Is this your first time submitting a feature request?
Describe the feature
I have a use case where i want to set Lake Formation Tags on a table which is part of a database in a different account.
As far as I understand, the adapter always assumes that glue databases and catalog are located in the account from which the query is executed. For me this leads to a LakeFormation error as the adapter creates a database in the query account and attempts to apply LF-Tags the tags to this local Database.
I assume that my usecase should work if the catalogId can be added to the table resource in
dbt-athena/dbt-athena/src/dbt/adapters/athena/lakeformation.py
Line 50 in 5db80c7
#414 (comment)
Describes a similar issue.
Describe alternatives you've considered
No response
Who will this benefit?
Makes the athena adapter more useful for data lake and data mesh applications with multi-account setups.
Are you interested in contributing this feature?
Sure, if the change isn't too much effort. Let me know if you're open to a PR.
Anything else?
Schema for the underlying boto3 call:
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/lakeformation/client/add_lf_tags_to_resource.html
The text was updated successfully, but these errors were encountered: