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

Do not track schema changes to 'raw' tables #237

Closed
yruslan opened this issue Aug 28, 2023 · 0 comments
Closed

Do not track schema changes to 'raw' tables #237

yruslan opened this issue Aug 28, 2023 · 0 comments
Assignees
Labels
bug Something isn't working Pramen-Scala

Comments

@yruslan
Copy link
Collaborator

yruslan commented Aug 28, 2023

Describe the bug

Metastore tables that have 'raw' format have internal schema (currently with the only field 'path'). This can change, but it is not part of schema tracking that should be displayed to the user in notifications.

Code and/or configuration snippet that caused the issue

pramen.metastore {
  tables = [
    {
      name = "table1"
      description = "Table 1 (file based)"
      format = "raw"
      path = /some/path
    }
  ]
}

Expected behavior

The schema of 'raw' metastore tables should not be tracked.

@yruslan yruslan added bug Something isn't working Pramen-Scala labels Aug 28, 2023
@yruslan yruslan self-assigned this Aug 28, 2023
@yruslan yruslan closed this as completed Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Pramen-Scala
Projects
None yet
Development

No branches or pull requests

1 participant