Audits a dataset plugin: Fails on SQL tables
RedaAffane opened this issue · 1 comments
RedaAffane commented
An error occurs when running this plugin on any SQL datatset. The error is the following:
_ERROR: relation "${projectKey}DATASET_NAME" does not exist
My understanding is that, when passed through the SQLExecutor2 python API, the variable ${projectKey} doesn't get substituted with the correct value.