<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Expectations vs Great expectations with Databricks DLT pipelines in Data Engineering</title>
    <link>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/122109#M46657</link>
    <description>&lt;P&gt;I recommend using Spark Structured Streaming or Auto Loader with micro-batch processing. This approach allows processing data in discrete chunks (e.g., every 10 seconds or using availableNow for backfill scenarios), rather than handling individual rows.&lt;/P&gt;&lt;P&gt;By setting an appropriate trigger interval (e.g., processingTime = '10 seconds' or using availableNow), each micro-batch can include a manageable volume of data (e.g., 100,000 records), making it feasible and efficient to apply transformations + data quality validations as null value checks, custom data profiling rules etc.,&lt;BR /&gt;&lt;BR /&gt;Within each micro-batch, data validation rules can be implemented using even customer spark logic..&lt;/P&gt;</description>
    <pubDate>Wed, 18 Jun 2025 11:02:32 GMT</pubDate>
    <dc:creator>chanukya-pekala</dc:creator>
    <dc:date>2025-06-18T11:02:32Z</dc:date>
    <item>
      <title>Expectations vs Great expectations with Databricks DLT pipelines</title>
      <link>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/110556#M43605</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We are working on creating a DQ framework on DLT pipelines in Databricks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Databricks DLT pipelines reads incoming data from Kafka / Files sources. once data is ingested Data validation must happen on top of the ingested data. Customer is evaluating if Expectations or Great Expectations will work on streaming real time pipelines. The DQ rules will be applied on top of the incoming data as a chunk read per event and not on individual rows.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2025 05:57:08 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/110556#M43605</guid>
      <dc:creator>RevathiTiger</dc:creator>
      <dc:date>2025-02-19T05:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expectations vs Great expectations with Databricks DLT pipelines</title>
      <link>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/122086#M46645</link>
      <description>&lt;P&gt;all those DQ tools work on SQL architecture, so its not built for streaming, also its not built for batch dataset with efficiency and complex DQ checks in mind.&amp;nbsp;&lt;BR /&gt;this is why we built most comprehensive data quality/monitoring platform, happy to share how you can build one to. you can DM me.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 06:43:45 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/122086#M46645</guid>
      <dc:creator>dataoculus_app</dc:creator>
      <dc:date>2025-06-18T06:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Expectations vs Great expectations with Databricks DLT pipelines</title>
      <link>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/122109#M46657</link>
      <description>&lt;P&gt;I recommend using Spark Structured Streaming or Auto Loader with micro-batch processing. This approach allows processing data in discrete chunks (e.g., every 10 seconds or using availableNow for backfill scenarios), rather than handling individual rows.&lt;/P&gt;&lt;P&gt;By setting an appropriate trigger interval (e.g., processingTime = '10 seconds' or using availableNow), each micro-batch can include a manageable volume of data (e.g., 100,000 records), making it feasible and efficient to apply transformations + data quality validations as null value checks, custom data profiling rules etc.,&lt;BR /&gt;&lt;BR /&gt;Within each micro-batch, data validation rules can be implemented using even customer spark logic..&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 11:02:32 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/122109#M46657</guid>
      <dc:creator>chanukya-pekala</dc:creator>
      <dc:date>2025-06-18T11:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Expectations vs Great expectations with Databricks DLT pipelines</title>
      <link>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/122110#M46658</link>
      <description>&lt;P&gt;If you have decided to use DLT, it handles micro batching and checkpointing for you. But typically, we can take more control, if you rewrite the logic using Autoloader or Structured Streaming by custom checkpointing the file directory and maintain yourself. DLT does it everything for you behind the scene. But both approaches does the same.. except for the pricing.. Job cluster is way too cheaper than DLT.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 11:05:14 GMT</pubDate>
      <guid>https://community.databricks.com/t5/data-engineering/expectations-vs-great-expectations-with-databricks-dlt-pipelines/m-p/122110#M46658</guid>
      <dc:creator>chanukya-pekala</dc:creator>
      <dc:date>2025-06-18T11:05:14Z</dc:date>
    </item>
  </channel>
</rss>

