databrickslabs / overwatch

Capture deep metrics on one or all assets within a Databricks workspace
Other
226 stars 64 forks source link

Redefine views so that they are created from tables not locations #1241

Closed souravbaner-da closed 1 month ago

souravbaner-da commented 3 months ago

Below Logic is implemented as part of View Creation:

-- If table exists then create views from the ETL tables. -- If table not exist then --- Check if the path exist ------ If path does not exist then skip the view creation process. ------ If path does exist then create the table and do the normal view creation process.

sonarcloud[bot] commented 3 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

neilbest-db commented 2 months ago

closes #1207 (right, @souravbaner-da ?)