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
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?
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.
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?