mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-19 06:28:03 +00:00
fixing failing test for ingestion (#3324)
This commit is contained in:
parent
8687ac45aa
commit
e8f189d098
@ -210,11 +210,11 @@ export interface EntityReference {
|
||||
* OpenMetadata Pipeline Config.
|
||||
*/
|
||||
export interface PipelineConfig {
|
||||
config?: any[] | boolean | ConfigClass | number | null | string;
|
||||
config?: any[] | boolean | ConfigObject | number | null | string;
|
||||
schema?: Schema;
|
||||
}
|
||||
|
||||
export interface ConfigClass {
|
||||
export interface ConfigObject {
|
||||
/**
|
||||
* Sample data extraction query.
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user