tdspora / syngen

Open-source version of the TDspora synthetic data generation algorithm.
https://tdspora.ai/
GNU General Public License v3.0
17 stars 4 forks source link

Validation of metadata's schema for parameter '--source' is incorrect #283

Closed tdspora closed 11 months ago

tdspora commented 11 months ago

When the '--source' is passed in CLI the validation of the metadata should be base on the provided parameters and not on the path to the metadata file, as far as it absent for a single table.

Actual:

The schema of the metadata file located at the path - 'None' is valid

Expected: Log message should be similar to

The schema of the metadata is valid
tdspora commented 11 months ago

Fixed