Skip to content

Add support out of the box for Table Comments, Column Comments, and cluster_by. #91

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

Closed
WilliamMize opened this issue Aug 26, 2024 · 3 comments · Fixed by #176, #127 or #136
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@WilliamMize
Copy link

It would be beneficial if we could attach the table comments and column comments to the DLT streaming tables as additional metadata. This would benefit not only anyone consuming data from the tables but also the "Data Intelligence Platform" for more optimal AI retrieval. Cluster_by is in preview but will go to the release/standard channel on DLT eventually.

@ravi-databricks ravi-databricks added the enhancement New feature or request label Aug 26, 2024
@ravi-databricks ravi-databricks added this to the v0.0.9 milestone Aug 26, 2024
@ravi-databricks ravi-databricks modified the milestones: v0.0.9, v0.0.10 Dec 4, 2024
@ravi-databricks ravi-databricks self-assigned this Apr 1, 2025
@ravi-databricks
Copy link
Contributor

@WilliamMize we already added cluster_by in v0.0.9 release. issue_91 have table_comment as attribute in onboarding.json. Can you verify if this looks good?

@WilliamMize
Copy link
Author

@ravi-databricks I like it! Still can fall back to silver dlt table{target_table} if the comments are not provided. We aren't using quarantine tables yet, but I saw you added comments there as well, and that will be an excellent touch for others.

Any plans for the column comments?

@ravi-databricks
Copy link
Contributor

@WilliamMize column comments can be implemented by customers using custom transformation shown here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment