Hello all! Is it possible to filter by words in ra...
# getting-started
b
Hello all! Is it possible to filter by words in raw SQL queries. For example filter all tableau datasets that contain "from user_account" in "custom sql query". In UI we can see this query as
Definition
I've found it in GraphQL
Copy code
{
  dataset(urn: "urn:li:dataset:(urn:li:dataPlatform:tableau,000bf5d2-45cf-5669-72b6-ecd1904f08bd,PROD)") {
    urn
    viewProperties {
      language
      logic
      materialized
    }

  }
}