Commit 7b3b0da
Trigger Tableau TDVT in connectors on snapshot publish and release
Tableau users install the latest JDBC driver manually (no connector
release cycle as a buffer), so driver regressions hit them immediately -
0.9.7 and 0.9.8 both broke Tableau connections. Each publish now fires a
repository_dispatch (jdbc-snapshot / jdbc-release) into
ClickHouse/connectors, where the tableau-tdvt workflow runs the TDVT
suite against the published version and opens an issue on failure.
The snapshot version is derived from the pom <revision> property because
CHC_VERSION is commented out in nightly.yml. Both steps are
continue-on-error so a dispatch failure can never fail a publish.
Requires the CONNECTORS_DISPATCH_TOKEN secret (fine-grained PAT scoped
to ClickHouse/connectors). Refs ClickHouse/connectors#71 (CON-264).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 9e5367e commit 7b3b0da
2 files changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
0 commit comments