-
Notifications
You must be signed in to change notification settings - Fork 87
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
Ensure fixed casing for object names in inventory tables. #288
Comments
@larsgeorge-db maybe they should be lowercased? |
This is 2 weeks old. Is this something we need to do? Do we have naming conventions for things like this? |
I do not think we do... I am actually looking at this and was asking myself the same question. Which column should be converted to what?
Looking at what we have so far, |
Looking at our dashboard queries, the only column we have to |
@HariGS-DB what's the progress here? |
@nfx Have started working on it today. Had one question to confirm.
|
Names like catalog, databases and tables etc. should be uppercased in
tables.scala
. This makes it easier to process them downstream in the jobs.The text was updated successfully, but these errors were encountered: