cancel
Showing results for 
Search instead for 
Did you mean: 
Nidhig631
Databricks MVP
since ‎06-14-2023
yesterday

User Stats

  • 41 Posts
  • 1 Solutions
  • 14 Kudos given
  • 43 Kudos received

User Activity

Genie FamilyThink of the Genie family as a team of specialists. Each member has a different responsibility, but they all collaborate using the same trusted data.Article Link:Understanding the Databricks Genie Family: Which Genie Is Right for You? @mv...
This is one of those Databricks concepts that becomes very easy once you stop thinking about features and start thinking about “Do I want to move the data or not?As a data engineer, think:Query Federation = “Read remotely.”Lakeflow Connect = “Bring t...
Foreign Tables in Databricks are part of Lakehouse Federation and allow you to query data that lives outside Databricks without copying it into Delta tables first. Think of them as a Unity Catalog object that points to an external system.Let’s unders...
As someone who spends hours every day building notebooks, debugging pipelines, and experimenting with AI agents in Databricks, there was always one thought in the back of my mind.“Why can’t Genie Code have a full-screen workspace where I can manage e...
Need some advice from the community.I am processing around 100 million records using:df.select(required_cols).distinct().write.saveAsTable(...)The source has 1000+ columns, but I'm selecting only 20 columns before applying DISTINCT.I have already ena...