cancel
Showing results for 
Search instead for 
Did you mean: 
AmitDECopilot
Contributor
since ‎05-30-2026
Wednesday

User Stats

  • 19 Posts
  • 2 Solutions
  • 2 Kudos given
  • 8 Kudos received

User Activity

I have been exploring the architecture behind Agent Bricks Knowledge Assistant, particularly the relationship between Instructed Retriever and the newer Instructed-Retriever-1 model.One practical question helped me understand the difference:“The prod...
 One interesting way to look at CDF on Materialized Views is the difference between source-level change and business-level change.CDC might tell us that five banking transactions changed. But after those transactions pass through our transformations,...
In many data platforms, the problem is not that we do not have enough tables.Usually, we have too many.Bronze tables.Silver tables.Gold tables.Reporting views.Power BI calculations.Tableau logic.Excel extracts.Ad-hoc SQL.Notebook logic.After some tim...
Performance optimization in Databricks used to follow a familiar playbook:Partition large Delta tables.Compact small files with OPTIMIZE.apply ZORDER BY on frequently filtered columns.Run VACUUM.Collect statistics.Increase cluster size when queries r...
 AI-assisted coding is changing how data engineers build on Databricks.A developer can now generate Spark SQL, PySpark transformations, Delta table DDL, pipeline logic, data-quality checks, documentation, and test scenarios much faster than before. W...