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

Join Us as a Local Community Builder!

Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!

Sign Up Now