-
Notifications
You must be signed in to change notification settings - Fork 101
[FEATURE]: Detect usages of DBFS Mount paths in SQL code #1105
Copy link
Copy link
Closed
Labels
migrate/codeAbstract Syntax Trees and other dark magicAbstract Syntax Trees and other dark magic
Description
Is there an existing issue for this?
- I have searched the existing issues
Problem statement
SELECT * FROM parquet.`dbfs:/...` LIMIT 10
SELECT * FROM delta.`/mnt/...` WHERE foo > 6
DELETE FROM json.`/...` WHERE foo = 'bar'
MERGE INTO delta.`/dbfs/...` t USING source ON t.key = source.key WHEN MATCHED THEN DELETE
Proposed Solution
Solution has to be in https://github.com/databrickslabs/ucx/blob/main/src/databricks/labs/ucx/source_code/queries.py
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
migrate/codeAbstract Syntax Trees and other dark magicAbstract Syntax Trees and other dark magic
Type
Projects
Status
No status