Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.SqlAssertion.
Queries for rows returned by the provided SQL statement. If any rows are
are returned, this rule fails.
The SQL statement needs to use BigQuery standard SQL syntax, and must not
contain any semicolons.
${data()} can be used to reference the rows being evaluated, i.e. the table
after all additional filters (row filters, incremental data filters,
sampling) are applied.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `DataQualityRule.Types.SqlAssertion` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["The `SqlAssertion` class allows defining a SQL statement that, if it returns any rows, indicates a failure of the data quality rule."],["The SQL statement for `SqlAssertion` must adhere to BigQuery standard SQL syntax and must not include semicolons, referencing the data using the`${data()}` placeholder."],["The latest version of the documentation is 3.6.0, and historical versions are available ranging from 1.0.0 to 3.5.0, each with its own specific documentation for the class."],["The `DataQualityRule.Types.SqlAssertion` class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, along with providing constructor and properties like `SqlStatement`."]]],[]]