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

Add column lf_tags to the aws_glue_catalog_table table #2128

Merged
merged 3 commits into from Mar 15, 2024
Merged

Conversation

bigdatasourav
Copy link
Contributor

@bigdatasourav bigdatasourav commented Mar 14, 2024

Integration test logs

Logs
N/A

Example query results

Results
> select name, lf_tags from aws_glue_catalog_table
+------------+----------------------------------------------------------------------+
| name       | lf_tags                                                              |
+------------+----------------------------------------------------------------------+
| test_table | [{"CatalogId":"12123243434","TagKey":"test","TagValues":["table"]}] |
+------------+----------------------------------------------------------------------+

@bigdatasourav bigdatasourav self-assigned this Mar 14, 2024
@bigdatasourav bigdatasourav linked an issue Mar 14, 2024 that may be closed by this pull request
@misraved misraved merged commit a2dcc62 into main Mar 15, 2024
1 check passed
@misraved misraved deleted the 1973new branch March 15, 2024 09:28
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.

Select glue/lakeformation tables with lakeformation tags
2 participants