|
34 | 34 | 'repo_snapshot', coalesce(output -> 'repo_snapshot', output #> '{asset_pack_completion,repoSnapshot}'), |
35 | 35 | 'bitcode_activity_state', output #> '{asset_pack_completion,bitcodeActivityState}', |
36 | 36 | 'deposit', output -> 'deposit', |
| 37 | + 'deposit_asset', output -> 'asset', |
| 38 | + 'deposit_asset_id', coalesce(output #>> '{asset,assetId}', context ->> 'candidateAssetId'), |
| 39 | + 'deposit_asset_title', output #>> '{asset,title}', |
37 | 40 | 'read_measurement', output -> 'readMeasurement', |
38 | 41 | 'fit', output -> 'fit', |
39 | 42 | 'repository_anchor', output -> 'repositoryAnchor' |
|
42 | 45 | 'source', context ->> 'source', |
43 | 46 | 'surface', context ->> 'surface', |
44 | 47 | 'workbench', context ->> 'workbench', |
45 | | - 'repositoryFullName', context ->> 'repositoryFullName', |
| 48 | + 'repositoryFullName', coalesce(context ->> 'repositoryFullName', context ->> 'repositoryAnchor'), |
| 49 | + 'repositoryAnchor', context ->> 'repositoryAnchor', |
| 50 | + 'sourceBranch', context ->> 'sourceBranch', |
| 51 | + 'sourceCommit', context ->> 'sourceCommit', |
| 52 | + 'walletAuthorizationSigned', context ->> 'walletAuthorizationSigned', |
| 53 | + 'candidateAssetId', context ->> 'candidateAssetId', |
46 | 54 | 'scenarioLabel', context ->> 'scenarioLabel', |
47 | 55 | 'provider', context ->> 'provider' |
48 | 56 | ) AS context_summary, |
|
0 commit comments