Hi @Raj_DB ,For reliable 30-day trend reporting, don't rely on time travel — use an explicit snapshot table instead.The pattern:1. Daily job appends a snapshot of your source table to a history table with a snapshot_date partition column2. Purge rows...
Hi @DineshOjha The best approach is parameterized SQL with widget-based defaults in your Python wrapper, wired to DABs target variables. Why this works on both fronts: Engineers run the notebook interactively and widget defaults kick in (dev values)....
Hi @AnandGNR ,My understanding based on above error was your org has a policy: "Private endpoint must be configured for Key Vault" with effect deny. When Databricks tries to programmatically grant its SP Get/List on your vault during scope creation, ...
Hi @AnandGNR ,The userAADToken error means the CLI doesn't support AKV scope creation — use the REST API directly with an Azure AD token instead of a Personal Access Token.
Hello @szymon_dybczak ,That's the root cause right there — Databricks Free Edition.Even with corrected schemaLocation and checkpointLocation paths, the Free Edition has a fundamental constraint:So no matter where inside a Volume you point your checkp...