cancel
Showing results for 
Search instead for 
Did you mean: 
dataminion01
New Contributor II
since ‎03-17-2025
‎06-23-2025

User Stats

  • 4 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

is it possible to use a variable for the file path based on dates?files are stores in folders in this format yyyy/mm CREATE OR REFRESH STREAMING TABLE test  AS SELECT * FROM STREAM read_files(    "/Volumes/.....",    format => "parquet"  );
Is there a command to hide the details of DLT/materialized views from users in UC? 
DLT was working but then started getting time outs frequentlycom.databricks.pipelines.common.errors.deployment.DeploymentException: Failed to launch pipeline cluster xxxxxxxxxxxx: Self-bootstrap timed out during launch. Please try again later and con...