mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
* init pipeline-profiler cli command * Fixed issues with the bulk sink * Update generated TypeScript types * fix and remove unnecessary code blocks * fix and remove unnecessary code blocks * Added get observ data by pipeline id api * Added APIs for metrics and charts * remove fallback mechanism * Build fixes * mvn build fixes * Api remove unnecssary changes * Fix Metrics API * Fix trends API * Fixed filtering * Added sample data * Added more sample data * Move to metadata workflow * removed unused files * remove unnecesary files * json2ts * change to debug logs * remove pipeline profiler helpers * Update generated TypeScript types * Update generated TypeScript types * created PipelineExecutionIndex * Fix limit param for pagination * Update generated TypeScript types * addressed comments * linting * fix sample_data * Added serviceType in api response * Add endtime in sample data * Update generated TypeScript types * Addressed comments --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Harshit Shah <harshit.shah@getcollate.io>
19 lines
386 B
JSON
19 lines
386 B
JSON
{
|
|
"type": "dbtcloud",
|
|
"serviceName": "sample_dbtcloud",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "DBTCloud",
|
|
"host": "https://cloud.getdbt.com",
|
|
"discoveryAPI": "https://metadata.cloud.getdbt.com/graphql",
|
|
"accountId": "123456",
|
|
"jobIds": ["654321"],
|
|
"token": "sample_dbt_token_12345"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"includeLineage": true
|
|
}
|
|
}
|
|
}
|