Open ravi-databricks opened 1 month ago
Add liquid cluster support while creating tables as per docs
create_streaming_table( name = "<table-name>", comment = "<comment>" spark_conf={"<key>" : "<value", "<key" : "<value>"}, table_properties={"<key>" : "<value>", "<key>" : "<value>"}, partition_cols=["<partition-column>", "<partition-column>"], cluster_by = ["<clustering-column>", "<clustering-column>"], path="<storage-location-path>", schema="schema-definition", expect_all = {"<key>" : "<value", "<key" : "<value>"}, expect_all_or_drop = {"<key>" : "<value", "<key" : "<value>"}, expect_all_or_fail = {"<key>" : "<value", "<key" : "<value>"}, row_filter = "row-filter-clause" )
Add liquid cluster support while creating tables as per docs