WeBankFinTech / Qualitis

Qualitis is a one-stop data quality management platform that supports quality verification, notification, and management for various datasource. It is used to solve various data quality problems caused by data processing. https://github.com/WeBankFinTech/Qualitis
Apache License 2.0
710 stars 304 forks source link

How can I choose the table which does not exist when I edit the qualitis rule? #16

Closed yangzhiyue closed 3 years ago

yangzhiyue commented 4 years ago

When I edited a workflow, for example, qualitis node is after spark node, I use spark to create a new table, AAA as an exmaple, I wanna to check this AAA table's quality , but I cannot choose this table in editing page? Can I just input the table name?

howeye commented 4 years ago

Because the table is not exist when you edit the qualitis node, so you can't choose it in template rule. However, you can type the table in the custom rule, which should satisfy your demand.