mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-06 00:28:52 +00:00

* fix deprecation * remove print * tests use testcontainers for mysql * testcontainers for 3.8 dont work
32 lines
793 B
YAML
32 lines
793 B
YAML
source:
|
|
type: mysql
|
|
serviceName: local_mysql_test
|
|
serviceConnection:
|
|
config:
|
|
type: Mysql
|
|
username: openmetadata_user
|
|
authType:
|
|
password: openmetadata_password
|
|
hostPort: localhost:3306
|
|
databaseSchema: openmetadata_db
|
|
connectionOptions: {}
|
|
connectionArguments: {}
|
|
sourceConfig:
|
|
config:
|
|
schemaFilterPattern:
|
|
excludes:
|
|
- mysql.*
|
|
- information_schema.*
|
|
- performance_schema.*
|
|
- sys.*
|
|
sink:
|
|
type: metadata-rest
|
|
config: {}
|
|
workflowConfig:
|
|
openMetadataServerConfig:
|
|
hostPort: http://localhost:8585/api
|
|
authProvider: openmetadata
|
|
securityConfig:
|
|
jwtToken: "..."
|
|
ingestionPipelineFQN: local_mysql_test.test_metadata
|
|
pipelineRunId: 948eba5d-94ec-4fc5-b233-29038722db16 |