Commit 788541f
authored
fix: make dbc install tell the user how to start a license (#272)
A user can run into this error state when they try to install a driver
without a license. It's pretty likely that they just need to start a
trial, so I think the error message should tell them how to do that.
With this PR,
```
$ dbc install oracle
failed to download driver: dbc-cdn-private.columnar.tech/oracle/v0.4.3/oracle_macos_arm64_v0.4.3.tar.gz: not authorized to access
Installing this driver requires a license. Verify you have an active license at https://cloud.columnar.tech/account and run `dbc auth logout` and `dbc auth login` again make your license available. Contact support@columnar.tech if you need assistance.
exit status 1
```
Closes #2711 parent dd75012 commit 788541f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments