Generate Contract
button in the top-right corner of the page. Clicking the button will open a window that displays the inferred contract from the given data asset.--debug
and --trace
flags for more detailed logging to help debug issues--table
flag of the data-asset register
and data-asset check
commands now accepts a comma delimited string of table names, so you can specify multiple tables at once (gable data-asset register --table one,two,three
)data-asset register
and data-asset check
commands don’t find anything to register/check (tables or files). Previously the CLI would print a success message and an empty array to indicate it didn’t check/register anythingdata-asset register
or data-asset check
commands--schema
, incorrectly being optional. These options are now required.