Adds config definitions for Azure Blob Storage in integration and catalog provider
Signed-off-by: Jonathan Roebuck <jroebuck@spotify.com>
This commit is contained in:
@@ -55,6 +55,24 @@ export interface Config {
|
||||
schedule?: SchedulerServiceTaskScheduleDefinitionConfig;
|
||||
};
|
||||
};
|
||||
/**
|
||||
* AzureBlobEntityProvider configuration
|
||||
*/
|
||||
azureBlob?:
|
||||
| {
|
||||
[name: string]: {
|
||||
id: string;
|
||||
containerName: string;
|
||||
accountName: string;
|
||||
schedule?: SchedulerServiceTaskScheduleDefinitionConfig;
|
||||
};
|
||||
}
|
||||
| {
|
||||
id: string;
|
||||
containerName: string;
|
||||
accountName: string;
|
||||
schedule?: SchedulerServiceTaskScheduleDefinitionConfig;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user