Skip to content

Commit 6d59212

Browse files
authored
Change field data type in databricks-delta-table.mdx (#564)
1 parent c3ee21b commit 6d59212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/general-shared-text/databricks-delta-table.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
url STRING,
9797
version STRING,
9898
record_locator STRING,
99-
category_depth INT,
99+
category_depth DOUBLE,
100100
parent_id STRING,
101101
attached_filename STRING,
102102
filetype STRING,
@@ -238,4 +238,4 @@
238238
Learn how to check and set Unity Catalog privileges for
239239
[AWS](https://docs.databricks.com/data-governance/unity-catalog/manage-privileges/index.html#show-grant-and-revoke-privileges),
240240
[Azure](https://learn.microsoft.com/azure/databricks/data-governance/unity-catalog/manage-privileges/#grant), or
241-
[GCP](https://docs.gcp.databricks.com/data-governance/unity-catalog/manage-privileges/index.html#show-grant-and-revoke-privileges).
241+
[GCP](https://docs.gcp.databricks.com/data-governance/unity-catalog/manage-privileges/index.html#show-grant-and-revoke-privileges).

0 commit comments

Comments
 (0)