Skip to content

Commit

Permalink
Update dremio_sql_queries.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acrylJonny committed Oct 10, 2024
1 parent bd2727e commit e4ad9a3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ class DremioSQLQueries:
COLUMN_SIZE
FROM
INFORMATION_SCHEMA.COLUMNS
WHERE
LOCATE('{container_name}', LOWER(TABLE_SCHEMA)) = 1
) C
ON
CONCAT(REPLACE(REPLACE(REPLACE(V.PATH, ', ', '.'), '[', ''), ']', '')) =
Expand Down Expand Up @@ -220,6 +222,8 @@ class DremioSQLQueries:
COLUMN_SIZE
FROM
INFORMATION_SCHEMA.COLUMNS
WHERE
LOCATE('{container_name}', LOWER(TABLE_SCHEMA)) = 1
) C
ON
CONCAT(REPLACE(REPLACE(REPLACE(V.PATH, ', ', '.'), '[', ''), ']', '')) =
Expand Down

0 comments on commit e4ad9a3

Please sign in to comment.