mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-20 06:58:18 +00:00
MINOR - Fix Python CI (#14905)
* #13934 - Update test connection no response error msg * #13934 - Update test connection no response error msg * MINOR - Fix python CI
This commit is contained in:
parent
0f80ee2cbc
commit
ab6c175711
@ -27,7 +27,6 @@ from metadata.generated.schema.entity.automations.workflow import (
|
||||
WorkflowStatus,
|
||||
WorkflowType,
|
||||
)
|
||||
from metadata.generated.schema.entity.data.pipeline import StatusType
|
||||
from metadata.generated.schema.entity.services.connections.database.common.basicAuth import (
|
||||
BasicAuth,
|
||||
)
|
||||
@ -38,6 +37,9 @@ from metadata.generated.schema.entity.services.connections.database.mysqlConnect
|
||||
from metadata.generated.schema.entity.services.connections.metadata.openMetadataConnection import (
|
||||
OpenMetadataConnection,
|
||||
)
|
||||
from metadata.generated.schema.entity.services.connections.testConnectionResult import (
|
||||
StatusType,
|
||||
)
|
||||
from metadata.generated.schema.entity.services.databaseService import DatabaseConnection
|
||||
from metadata.generated.schema.entity.services.serviceType import ServiceType
|
||||
from metadata.generated.schema.security.client.openMetadataJWTClientConfig import (
|
||||
|
Loading…
x
Reference in New Issue
Block a user