-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Description
Background [Optional]
Hi, the data source tab lists data source name as the last string in storage path, for example
spark.read.parquet("s3://bucket/folder/partition=2020-01-01") will have a data source name of "partition=2020-01-01" and
val df= spark.read.parquet("s3://bucket/folder")
df.createOrReplaceTempView("df")
spark.sql("select * from df where partition=2020-01-01") will create a data source name of "folder" in Spline UI.
Question
Is it possible to keep data source naming consistent at folder level, otherwise for daily jobs Spline UI will show multiple data source names for each partition.
Thanks
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done