{ "source": { "type": "mysql", "config": { "username": "openmetadata_user", "password": "openmetadata_password", "service_name": "local_mysql", "service_type": "MySQL", "filter_pattern": { "excludes": ["mysql.*", "information_schema.*"] } } }, "processor": { "type": "pii", "config": { "api_endpoint": "http://localhost:8585/api" } }, "sink": { "type": "metadata-rest-tables", "config": { } }, "metadata_server": { "type": "metadata-server", "config": { "api_endpoint": "http://localhost:8585/api", "auth_provider_type": "no-auth" } }, "cron": { "minute": "*/5", "hour": null, "day": null, "month": null, "day_of_week": null } }