Merge pull request #22860 from awanlin/topic/add-config-for-validateLocationsExist
Added `validateLocationsExist` to the config
This commit is contained in:
@@ -135,6 +135,11 @@ export interface Config {
|
||||
* Default: `/catalog-info.yaml`.
|
||||
*/
|
||||
catalogPath?: string;
|
||||
/**
|
||||
* (Optional) Whether to validate locations that exist before emitting them.
|
||||
* Default: `false`.
|
||||
*/
|
||||
validateLocationsExist?: boolean;
|
||||
/**
|
||||
* (Optional) Filter configuration.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user