From 7b6fdb80f520c1797e409abfb052d3a4e3b2813f Mon Sep 17 00:00:00 2001 From: Rahul Madan Date: Thu, 22 Aug 2024 00:18:14 +0530 Subject: [PATCH] updated abfss and wasbs naming convention Signed-off-by: Rahul Madan --- docs/spec/naming.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/spec/naming.md b/docs/spec/naming.md index 098c53a533..7d9c574c1f 100644 --- a/docs/spec/naming.md +++ b/docs/spec/naming.md @@ -27,14 +27,14 @@ A dataset, or `table`, is organized according to a producer, namespace, database | Redshift | Warehouse | redshift://{cluster_identifier}.{region_name}:{port} | {database}.{schema}.{table} | | Snowflake | Warehouse | snowflake://{organization name}-{account name} | {database}.{schema}.{table} | | Trino | Warehouse | trino://{host}:{port} | {catalog}.{schema}.{table} | -| ABFSS (Azure Data Lake Gen2) | Data lake | abfss://{container name}@{service name} | {path} | +| ABFSS (Azure Data Lake Gen2) | Data lake | abfss://{container name}@{service name}.dfs.core.windows.net | {path} | | DBFS (Databricks File System) | Distributed file system | hdfs://{workspace name} | {path} | | GCS | Blob storage | gs://{bucket name} | {object key} | | HDFS | Distributed file system | hdfs://{namenode host}:{namenode port} | {path} | | Kafka | distributed event streaming platform | kafka://{bootstrap server host}:{port} | {topic} | | Local file system | File system | file://{host} | {path} | | S3 | Blob Storage | s3://{bucket name} | {object key} | -| WASBS (Azure Blob Storage) | Blob Storage | wasbs://{container name}@{service name} | {object key} | +| WASBS (Azure Blob Storage) | Blob Storage | wasbs://{container name}@{service name}.dfs.core.windows.net | {object key} | ## Job Naming