Skip to content

INT-1296 - Support to capture table description during snapshot #269

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
wants to merge 15 commits into from

Conversation

CharlesQueiroz
Copy link
Contributor

This PR addresses an issue where table descriptions (comments) in Databricks were not being captured during snapshot operations, causing them to be missing in generated changelogs or not detected in diff operations.

Table SQL:

 CREATE TABLE IF NOT EXISTS charles.test_table_description (
    id INT,
    name STRING
  ) COMMENT 'This is a test table description';

Snapshot result:

image

Copy link
Contributor

@KushnirykOleh KushnirykOleh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Plz add long comment (remarks) to createTable IT test and corresponding expectedSnapshot to have a test case for this bug

Copy link

sonarqubecloud bot commented Jun 3, 2025

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.

5 participants