Hi Karan,

I think it could work even it seems a little strange. Griffin supports multiple 
data sources, like accuracy. You can declare 4 data sources with different 
names.
However, in rules, you need to declare rules for each data source.
For example, you have data source s1, s2, s3, s4.
you need to declare rules like this:
"rules": [
  {
    "rule": "select count(*) from s1",
    ...
  },
  {
    "rule": "select count(*) from s2",
    ...
  },
  {
    "rule": "select count(*) from s3",
    ...
  },
  {
    "rule": "select count(*) from s4",
    ...
  }
]


--

Regards,
Lionel, Liu

At 2018-05-25 19:31:06, "Karan Gupta" <[email protected]> wrote:


Hi Lionel,

 

I want to run a custom profiling job for multiple tables in one instance. Is it 
achievable through Griffin? If yes, could you guide me as to how to declare 
more that 4 sources in the config file and use them in

The profiling job.

 

 

Thank you,

Karan Gupta

Any comments or statements made in this email are not necessarily those of 
Tavant Technologies. The information transmitted is intended only for the 
person or entity to which it is addressed and may contain confidential and/or 
privileged material. If you have received this in error, please contact the 
sender and delete the material from any computer. All emails sent from or to 
Tavant Technologies may be subject to our monitoring procedures.

Reply via email to