Pere Miquel Brull 87e5854f25
Fix #4039 - Airflow REST Trigger & Test Connection (#4072)
Fix #4039 - Airflow REST Trigger & Test Connection (#4072)
2022-04-12 17:06:49 +02:00

71 lines
1.8 KiB
JSON

{
"id": null,
"name": "my_pipeline",
"displayName": "MyPipeline",
"description": "My Description",
"pipelineType": "metadata",
"owner": null,
"fullyQualifiedName": "service.my_pipeline",
"source": {
"type": "mysql",
"serviceName": "my_sql_test",
"serviceConnection": {
"config": {
"type": "MySQL",
"scheme": "mysql+pymysql",
"username": "openmetadata_user",
"password": "openmetadata_password",
"hostPort": "localhost:3306",
"database": null,
"connectionOptions": null,
"connectionArguments": null
}
},
"sourceConfig": {
"config": {
"markDeletedTables": true,
"includeViews": true,
"generateSampleData": true,
"sampleDataQuery": "select * from {}.{} limit 50",
"enableDataProfiler": false,
"schemaFilterPattern": null,
"tableFilterPattern": null,
"dbtCatalogFilePath": null,
"dbtManifestFilePath": null
}
}
},
"openMetadataServerConnection": {
"hostPort": "http://openmetadata_server.ometa_network:8585/api",
"authProvider": "no-auth",
"securityConfig": null
},
"airflowConfig": {
"forceDeploy": true,
"pausePipeline": false,
"concurrency": 1,
"startDate": "2022-04-04",
"endDate": null,
"nextExecutionDate": null,
"pipelineTimezone": "UTC",
"retries": 3,
"retryDelay": 300,
"pipelineCatchup": false,
"scheduleInterval": null,
"pipelineTimeout": 60,
"maxActiveRuns": 1,
"workflowTimeout": 60,
"workflowDefaultView": "tree",
"workflowDefaultViewOrientation": "LR",
"pythonOperatorLocation": null,
"slaMissCallback": null,
"email": null
},
"service": null,
"href": null,
"version": null,
"updatedAt": null,
"updatedBy": null,
"changeDescription": null,
"deleted": false
}