Hi Team, I got this error after I add below expect...
# ingestion
g
Hi Team, I got this error after I add below expectation using GreatExpectation
Copy code
,
    {
      "expectation_context": {
        "description": null
      },
      "expectation_type": "expect_column_values_to_match_regex",
      "kwargs": {
        "column": "account_type",
        "regex": "^(CLIENT)$"
      },
      "meta": {}
    }
assertion, only pass if value CLIENT
m
@gifted-knife-16120: could you file a github issue for this?
g
Done @mammoth-bear-12532, https://github.com/datahub-project/datahub/issues/5513 btw, in the meantime how can I revert or remove this assertion? is there any command ?