mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
* Update path * Prepare sonar properties * Prepare coverage recipes * Add coverage * Simplify pytest * Organise integration tests * Update path * Use setup instead of reqs * Update recipes * Fix PR event to target * Update event_name * Prepare sonar * Run tests & sonar * Use sonarcloud host * Fix compose * Use ingestion token
28 lines
622 B
JSON
28 lines
622 B
JSON
{
|
|
"source": {
|
|
"type": "mysql",
|
|
"config": {
|
|
"username": "openmetadata_user",
|
|
"password": "openmetadata_password",
|
|
"database": "openmetadata_db",
|
|
"service_name": "local_mysql_test",
|
|
"schema_filter_pattern": {
|
|
"excludes": ["mysql.*", "information_schema.*", "performance_schema.*", "sys.*"]
|
|
}
|
|
}
|
|
},
|
|
"stage": {
|
|
"type": "file",
|
|
"config": {
|
|
"filename": "/tmp/mysql_test"
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|