codingwithabhi 088dba3a1f
azuresql-config-added (#2711)
* azuresql-config-added

* rebased-with-main

* tables-ingestion-added

* duplicate-files-removed

* Update azuresql.py

Co-authored-by: Ayush Shah <ayush@getcollate.io>
2022-02-17 09:23:07 +05:30

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"
}
}
}