- 3924 Views
- 0 replies
- 0 kudos
I am having an issue with getting a display upon interaction with the ipywidgets dropdown menu. Once I've selected an option from the dropdown, nothing happens. I am inclined to believe it has to do with how I've structure my on_select function and n...
- 3924 Views
- 0 replies
- 0 kudos
by
Jake2
• New Contributor III
- 9478 Views
- 4 replies
- 1 kudos
Hey everyone, We're making the move to Unity Catalog from Hive_Metastore and we're running into some issues performing Z-order optimizations on some of our tables. These tables are, in either place, materialized views created with a "create or refres...
- 9478 Views
- 4 replies
- 1 kudos
Latest Reply
Jake2
New Contributor III
For anyone who's reading this later: You can still Z-order your materialized views, but you can't run it as a SQL command. Instead, you can set it as one of the TBLPROPERTIES when you define the table. Here's an example:create or refresh live table {...
3 More Replies
- 5699 Views
- 4 replies
- 1 kudos
If I use dbutils.fs.cp on a cluster running DBR 13.3LTS to try to copy an object on S3 from one prefix to another, I don't get the expected results.For example, if I try the following command:dbutils.fs.cp('s3://some-bucket/some/prefix/some_file.gz',...
- 5699 Views
- 4 replies
- 1 kudos
Latest Reply
Hi @DManowitz-BAH , The correct syntax to use the dbutils.fs.cp command is to provide the file name in the destination path. Please check the document here:
https://docs.databricks.com/en/dev-tools/databricks-utils.html#cp-command-dbutilsfscp
3 More Replies