Skip to content

Commit

Permalink
feat: Start implementation of databrickslabs#1133
Browse files Browse the repository at this point in the history
Signed-off-by: Jim.Idle <[email protected]>
  • Loading branch information
jimidle committed Apr 23, 2024
1 parent ec1801c commit 0d845a4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/databricks/labs/ucx/source_code/pyspark.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@
)
from databricks.labs.ucx.source_code.queries import FromTable

CLOUD_DIRECT_REFS = {
"s3a://",
"s3n://",
"s3://",
"wasb://",
"wasbs://",
"abfs://",
"abfss://",
"dbfs:/",
"hdfs://",
"file:/",
}


@dataclass
class Matcher(ABC):
Expand Down

0 comments on commit 0d845a4

Please sign in to comment.