Merge pull request #22860 from awanlin/topic/add-config-for-validateLocationsExist

Added `validateLocationsExist` to the config
This commit is contained in:
Ben Lambert
2024-02-13 12:02:21 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions
+5
View File
@@ -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.
*/