Skip to content

Fix(databricks): Add column type only along materialized view comments#5617

Merged
themisvaltinos merged 4 commits intomainfrom
themis/fix_databricks_tests
Dec 3, 2025
Merged

Fix(databricks): Add column type only along materialized view comments#5617
themisvaltinos merged 4 commits intomainfrom
themis/fix_databricks_tests

Conversation

@themisvaltinos
Copy link
Contributor

@themisvaltinos themisvaltinos commented Dec 3, 2025

@themisvaltinos themisvaltinos requested a review from a team December 3, 2025 10:29
column_descriptions: t.Optional[t.Dict[str, str]] = None,
expressions: t.Optional[t.List[exp.PrimaryKey]] = None,
is_view: bool = False,
is_materialized_view: bool = False,
Copy link
Contributor

Choose a reason for hiding this comment

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

Should this be is_materialized? And then we'd use it in combination with is_view.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point will pass the flag as is to avoid confusion

@themisvaltinos themisvaltinos merged commit 82e9fb0 into main Dec 3, 2025
35 of 36 checks passed
@themisvaltinos themisvaltinos deleted the themis/fix_databricks_tests branch December 3, 2025 11:43
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.

2 participants