cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Why am I not able to view all table properties?

qwerty1
Contributor

We have a live streaming table created using the command

CREATE OR REFRESH STREAMING LIVE TABLE foo
TBLPROPERTIES ( "pipelines.autoOptimize.zOrderCols" = "c1,, c2, c3, c4", "delta.randomizeFilePrefixes" = "true" );

But when I run the show table properties command I just get this one property (which is not set in the first place)

show tblproperties foo
 
key                                 value
transient_lastDdlTime 1684920718

Why am I not able to see the zOrder and randomizeFilePrefixes properties of the table?

0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group