skip to content

January 23, 2026

CLoudOps Now!

  • Tools
  • Support
  • Certification
  • Courses
  • My Daily Story

Month: August 2025

Mohammad Gufran Jahangir August 30, 2025 0

Lakehouse Federation (Query Federation) in Databricks — What, Why, How

Lakehouse Federation lets you query external databases directly from Databricks—without copying the data into your lake. You point Unity Catalog at a source (PostgreSQL, SQL Server, Redshift, Snowflake, BigQuery, another…

READ MORE +
Mohammad Gufran Jahangir August 30, 2025 0

What is a streaming table in Databricks?

What is a streaming table in Databricks? A streaming table is a Delta table that Databricks keeps up-to-date automatically as new data arrives. It uses Structured Streaming under the hood…

READ MORE +
Mohammad Gufran Jahangir August 30, 2025 0

Materialized view vs. (logical) view

Topic View Materialized View What it is A stored query; results are computed each time you query it A precomputed table of the query’s results, stored on disk Performance Same…

READ MORE +
Mohammad Gufran Jahangir August 30, 2025 0

Data Warehousing on Databricks with Databricks SQL & SQL Warehouses

What is Databricks SQL (DBSQL)? Databricks SQL is the lakehouse analytics experience for running SQL, building dashboards, alerts, and jobs on Delta tables. You connect to a SQL warehouse—a managed…

READ MORE +
Mohammad Gufran Jahangir August 18, 2025 0

Databricks Serverless Compute for Notebooks, Jobs, DLT, ML & Warehouses — Architecture, Setup, and Tips

What “serverless” means on Databricks Serverless lets you run Databricks workloads without creating or sizing clusters. Databricks provisions, scales, patches, and retires the compute for you, so you focus on…

READ MORE +
Mohammad Gufran Jahangir August 18, 2025 0

Delta Sharing in Databricks — A Practical How-To (Provider & Recipient)

Delta Sharing lets you publish live, governed data to other teams or external partners—without copying files or building custom APIs. Recipients can query the latest data directly from their tools…

READ MORE +
Mohammad Gufran Jahangir August 18, 2025 0

Delta Sharing in Databricks — What, Why, and How (Provider & Recipient)

TL;DR Delta Sharing lets you share live, governed data from Unity Catalog with other teams or external partners without copying it. You create a share, add data assets to it…

READ MORE +
Mohammad Gufran Jahangir August 18, 2025 0

Workspace‑Catalog Binding in Unity Catalog (Limit Catalog Access by Workspace)

Why workspace‑catalog binding? By default, any workspace attached to the same Unity Catalog metastore can see and access catalogs (subject to object‑level grants). Workspace‑catalog binding lets you restrict which workspaces…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

Column Level Masking in Unity Catalog — Simple, Practical Guide

What is column‑level masking? Column masks hide or transform sensitive values (PII/PCI/PHI) at query time. Every read of a masked column is replaced by the output of a masking function,…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

Row‑Level Filters & Column Masks in Unity Catalog

What you’ll learn Prereqs: Unity Catalog enabled; DBR 12.2 LTS+ for reads (see notes for dedicated compute), and a SQL warehouse or UC‑enabled cluster. Concepts in 30 seconds When to…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

Functions in Unity Catalog with Databricks SQL (Scalar & Table UDFs)

What you’ll learn Prereqs: Unity Catalog enabled, a catalog/schema you can write to, and a SQL Warehouse or notebook attached to a UC‑enabled cluster. Quick definitions Create your first scalar…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

Databricks Secret Management & Secret Scopes — the Practical Guide

Secrets (passwords, keys, tokens) should never live in notebooks or job configs. Databricks gives you a built-in, governed place to put them—secret scopes—and safe ways to read them at runtime.…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

Role Guide for Different Users in Databrick

Quick role guide (what each should do) Persona Typical actions Where they work UC privileges (high level) Workspace entitlements Admin / Data Steward Govern data, manage grants, ownership, create catalogs/schemas…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

Unity Catalog (how security works)

Unity Catalog (how security works) How to secure tables (and “hide” them) (You can also grant at catalog level to cascade.) (Databricks Documentation) What permissions exist? (most-used, by object) What…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

Guide to Databricks Identity basics

1) Add users in Databricks Best practice: sync from Microsoft Entra ID (SCIM). You can also add users manually. UI (manual) CLI (workspace-level) This creates the user in the workspace…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

What is Databricks Secret Management?

What is Databricks Secret Management? A built-in way to store credentials (keys, passwords, tokens) safely and read them from notebooks/jobs without printing them. Values you fetch with dbutils.secrets.get() are auto-redacted…

READ MORE +
Mohammad Gufran Jahangir August 17, 2025 0

What Auto Loader does (one line)

What Auto Loader does (one line) Watches a folder for new files and appends them exactly once to a Delta table, even if the job restarts. Minimal example (Python) Replace…

READ MORE +
Mohammad Gufran Jahangir August 13, 2025 0

Delta Tables — Simple Guide (with easy examples)

This is the short, practical version of the big guide. Three tools you’ll use again and again: We’ll use one tiny table and show copy‑paste SQL for each feature. Sample…

READ MORE +
Mohammad Gufran Jahangir August 13, 2025 0

Mastering Delta Performance — Liquid Clustering, Deletion Vectors, and OPTIMIZE

This guide distills how to get the most out of Databricks Delta tables using three modern primitives: Use these together to build tables that are fast to query, cheap to…

READ MORE +
Mohammad Gufran Jahangir August 13, 2025 0

Auto Loader in Databricks | Schema Evolution Modes | File Detection Modes (Deep‑Dive)

Databricks Auto Loader is the cloudFiles source for Structured Streaming that incrementally discovers and ingests new files from ADLS/S3/GCS into Delta Lake—with built‑in deduplication, schema management, and exactly‑once delivery to…

READ MORE +

Posts pagination

1 2 3 Next

Recent Posts

  • Kubernetes RBAC cookbook: common roles (dev, SRE, read-only) safely
  • Container Security (Done Right): Image Scanning, Runtime Policies, and Least Privilege
  • WAF Basics: OWASP Top Attacks + Rules That Actually Help (Engineer-Friendly Guide)
  • Network security made simple: Security Groups vs NACLs vs Firewalls (and the patterns engineers actually use)
  • Zero Trust for Cloud: Identity-First Security in Practice (Step-by-Step, Real Examples)
  • Jaeger Training: Build Essential Observability Skills
  • Mastering Jacoco for Professional Java Development
  • Mastering DevOps & Different Tools for Real-World Success
  • DevOps Trainers and Consultants: A Professional Guide to Mastering Automation
  • Mastering Grafana: A Practical Guide to Better Data Insights
  • Gradle Course in Pune for Practical Build Automation Skills
  • Gradle Training Pune: Practical Build Automation for Real Projects
  • Gradle Training in Bangalore: Practical Build Automation Skills for Real Projects
  • GitLab Course Guide for Real-World CI/CD and Team Workflows
  • github Trainer Course: Practical Skills for Real Teams, Real Repos, and Real Delivery
  • Tagging strategy that works: cost allocation, ownership, automation (no fluff, real playbook)
  • Git trainer Pune: A Practical Course Guide for Real-World Version Control Skills
  • Git Bangalore: A Practical Course Guide for Real Teams and Real Code
  • Elasticsearch Trainer Pune: Practical Skills for Search and Analytics
  • Elasticsearch Bangalore: A Practical, Job-Focused Course Guide for Real Search and Analytics Work

Recent Comments

  1. https://sites.google.com/view/vavada-online-casino on Error Code: 18456 – Login Failed for User
  2. Foxibet on Job Failures with External Libraries in Databricks: Causes and Solutions
  3. http://Boyarka-inform.com/ on 30 Common Issues Related to Databricks Unity Catalog
  4. Ashwani on How to install AZ Modules in Power shell. How to Connect Azure from PowerShell?
  5. Abhishek singh on How to install AZ Modules in Power shell. How to Connect Azure from PowerShell?

Recent Posts

  • Kubernetes RBAC cookbook: common roles (dev, SRE, read-only) safely
  • Container Security (Done Right): Image Scanning, Runtime Policies, and Least Privilege
  • WAF Basics: OWASP Top Attacks + Rules That Actually Help (Engineer-Friendly Guide)
  • Network security made simple: Security Groups vs NACLs vs Firewalls (and the patterns engineers actually use)
  • Zero Trust for Cloud: Identity-First Security in Practice (Step-by-Step, Real Examples)

Archive List

  • January 2026
  • December 2025
  • November 2025
  • October 2025
  • September 2025
  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • February 2025
  • January 2025
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • June 2024
  • May 2024
  • April 2024
  • March 2024
  • February 2024
  • January 2024
  • December 2023
  • November 2023
  • October 2023

Tags

#AgileProjectManagement #AmsterdamTech #Ansible #CareerGrowth #CloudAndDevOps #CloudComputing #DevOpsCareer #DevOpsCareers #DevOpsCertification #DevOpsLearning #DevOpsMonitoring #DevOpsSchool #DevOpsSkills #DevOps Tools #DevOpsTraining #ITCareerGrowth #ITCertification #ITOperations #JiraTraining #KubernetesTraining #LearnDevOps #LearnJira #MachineLearning #MumbaiTech #NagiosTraining #NexusTraining #Observability #RajeshKumar #TechCareerGrowth #TechSkills Azure Databricks Azure SQL Database Cloud Databricks DevOps DevOpsSchool Git How to push/pull and clone files between Local machine and GitHub Kubernetes Microsoft Fabric MotoShare Rajesh Kumar Snowflake terraform Unity Catalog

Categories

  • AI
  • Amperity
  • Ansible
  • Ataccama
  • AWS
  • Azure
  • Azure Databricks
  • Azure DevOps
  • Azure Fundamental
  • Azure SQL database
  • AZURE SQL SERVER
  • Azure Synapse Analytics
  • bash scripting
  • CloudOps
  • CrowdStrike
  • Data Engineering
  • Databricks
  • DevOps
  • DevSecOps
  • Docker
  • FinOps
  • Git and GitHub
  • Git and GutHub
  • Google BigQuery
  • Kubernetes
  • Linux
  • Microsoft Fabric
  • MLOps
  • MotoShare
  • Oracle GoldenGate
  • php
  • powershell
  • Python
  • SFTP Server
  • Snowflake
  • SRE
  • Teradata
  • terraform
  • Tools & Technologies
  • ubuntu
  • Uncategorized
  • Unit Catalog
  • Vector Databases
  • virtual machine
  • WakilSahab

2026 CLoudOps Now! | Blogging WordPress Theme by Legacy Themes