26 lines
533 B
JSON
Raw Normal View History

2021-08-01 14:27:44 -07:00
{
"source": {
"type": "mysql",
"config": {
"username": "openmetadata_user",
"password": "openmetadata_password",
2021-08-28 13:09:07 -07:00
"database": "openmetadata_db",
2021-08-01 14:27:44 -07:00
"service_name": "local_mysql",
"schema_filter_pattern": {
"includes": ["test_delete.*"]
2021-08-01 14:27:44 -07:00
}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
2021-08-01 14:27:44 -07:00
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
2021-08-01 14:27:44 -07:00
}
}
}