mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-02 18:36:49 +00:00
* azuresql-config-added * rebased-with-main * tables-ingestion-added * duplicate-files-removed * Update azuresql.py Co-authored-by: Ayush Shah <ayush@getcollate.io>
27 lines
636 B
JSON
27 lines
636 B
JSON
{
|
|
"source": {
|
|
"type": "azuresql",
|
|
"config": {
|
|
"host_port": "host",
|
|
"service_name": "local_azure_sql",
|
|
"database": "database_name",
|
|
"username": "username",
|
|
"password": "password",
|
|
"query": "select top 50 * from {}.{}",
|
|
"table_filter_pattern": {
|
|
"excludes": []
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
} |