mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
18 lines
277 B
JSON
18 lines
277 B
JSON
{
|
|
"type": "airflow",
|
|
"serviceName": "sample_airflow",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Airflow",
|
|
"hostPort": "http://localhost:8080",
|
|
"connection": {
|
|
"type": "Backend"
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"includeLineage": true
|
|
}
|
|
}
|
|
} |