discover
cli.discover(dataset_name=None, env=DEFAULT_ENV_TDDA, overwrite=None)Discover constraints for pandas datasets in the catalog.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| dataset_name | Optional[str] | Optional catalog name for the pandas dataset. If not specified, discover will write constraints for every pandas dataset in the catalog | None |
| env | Optional[str] | Which conf/ |
DEFAULT_ENV_TDDA |
| overwrite | Optional[bool] | If a constraints file exists, the overwrite flag will overwrite the file. | None |
Usage
kedro tdda discover