Commit e5ade84
refactor(openlineage): use credentialsSecretName instead of AuthenticationClass
Follows the operator-rs change: OpenLineage backend auth is a static bearer
token, so drop the AuthenticationClass resolution and read the api key from the
connection's `credentialsSecretName` Secret (key `apiKey`) directly.
See stackabletech/decisions#90
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 5b8b5ba commit e5ade84
7 files changed
Lines changed: 47 additions & 150 deletions
File tree
- docs/modules/airflow/pages/usage-guide
- extra
- rust/operator-binary/src/controller/build
- tests/templates/kuttl/openlineage
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
103 | 102 | | |
104 | 103 | | |
105 | 104 | | |
| |||
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | 111 | | |
123 | 112 | | |
124 | 113 | | |
| |||
129 | 118 | | |
130 | 119 | | |
131 | 120 | | |
132 | | - | |
| 121 | + | |
133 | 122 | | |
134 | | - | |
| 123 | + | |
135 | 124 | | |
136 | 125 | | |
137 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1535 | 1535 | | |
1536 | 1536 | | |
1537 | 1537 | | |
1538 | | - | |
| 1538 | + | |
1539 | 1539 | | |
1540 | | - | |
1541 | | - | |
1542 | | - | |
1543 | | - | |
| 1540 | + | |
| 1541 | + | |
| 1542 | + | |
1544 | 1543 | | |
1545 | 1544 | | |
1546 | 1545 | | |
| |||
7849 | 7848 | | |
7850 | 7849 | | |
7851 | 7850 | | |
7852 | | - | |
| 7851 | + | |
7853 | 7852 | | |
7854 | | - | |
7855 | | - | |
7856 | | - | |
7857 | | - | |
| 7853 | + | |
| 7854 | + | |
| 7855 | + | |
7858 | 7856 | | |
7859 | 7857 | | |
7860 | 7858 | | |
| |||
12692 | 12690 | | |
12693 | 12691 | | |
12694 | 12692 | | |
12695 | | - | |
| 12693 | + | |
12696 | 12694 | | |
12697 | | - | |
12698 | | - | |
12699 | | - | |
12700 | | - | |
| 12695 | + | |
| 12696 | + | |
| 12697 | + | |
12701 | 12698 | | |
12702 | 12699 | | |
12703 | 12700 | | |
| |||
0 commit comments