Commit d627d3a
authored
Export dag_id in process_metrics for Global Uniqueness and DAG Params to DB Metadata (GoogleCloudPlatform#922)
* Export dag_id in process_metrics to ensure global uniqueness.
Export dag_id in process_metrics in addition to run_id. The run_id is only unique within the current DAG run, so dag_id is required to maintain global uniqueness for metrics.
* Export params to database as metadata too1 parent 08ec0d4 commit d627d3a
1 file changed
Lines changed: 13 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
624 | 624 | | |
625 | 625 | | |
626 | 626 | | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
| 637 | + | |
| 638 | + | |
| 639 | + | |
627 | 640 | | |
628 | 641 | | |
629 | 642 | | |
| |||
0 commit comments