You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/private_drivers.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ Most drivers available with dbc are hosted on Columnar's public [driver registry
22
22
23
23
To install and use these drivers, you must:
24
24
25
-
1. Log in to [Columnar Cloud](https://cloud.columnar.tech) with dbc
25
+
1. Log in to [Columnar Console](https://console.columnar.tech) with dbc
26
26
2. Start a trial license
27
27
28
28
Continue reading to learn how to log in and start a trial.
@@ -39,13 +39,13 @@ Opening https://auth.columnar.tech/activate?user_code=XXXX-XXXX in your default
39
39
⠏ Waiting for confirmation...
40
40
```
41
41
42
-
In your browser, you will see a **Device Confirmation** prompt and, once you click **Confirm**, you will be redirected to log in with the provider of your choice. Once you log in, you will be redirected to [Columnar Cloud](https://cloud.columnar.tech/). Keep the tab open and continue on to the next step.
42
+
In your browser, you will see a **Device Confirmation** prompt and, once you click **Confirm**, you will be redirected to log in with the provider of your choice. Once you log in, you will be redirected to [Columnar Console](https://console.columnar.tech/). Keep the tab open and continue on to the next step.
43
43
44
44
## Starting a Trial
45
45
46
46
To install and use a private driver, you must start a trial and obtain a license. This is a separate step from logging in.
47
47
48
-
Licenses can be obtained from your [Account](https://cloud.columnar.tech/account) page on Columnar Cloud by clicking **Start Free 14-Day Trial**. Follow any instructions in the dialog that opens up and click **Accept** to create your license.
48
+
Licenses can be obtained from your [Account](https://console.columnar.tech/account) page on Columnar Console by clicking **Start Free 14-Day Trial**. Follow any instructions in the dialog that opens up and click **Accept** to create your license.
49
49
50
50
### Downloading Your License
51
51
@@ -74,7 +74,7 @@ $ dbc auth logout --purge
74
74
75
75
!!! note
76
76
77
-
Note that this command only removes the local copy of your license and does not cancel any active licenses you may have in your [Columnar Cloud](https://cloud.columnar.tech) account.
77
+
Note that this command only removes the local copy of your license and does not cancel any active licenses you may have in your [Columnar Console](https://console.columnar.tech) account.
78
78
79
79
!!! warning
80
80
@@ -85,7 +85,7 @@ $ dbc auth logout --purge
85
85
86
86
dbc also supports logging in to private driver registries via API key. This is primarily intended for use in [Continuous Integration](https://en.wikipedia.org/wiki/Continuous_integration) systems or any system where logging in with a web browser is not possible.
87
87
88
-
To create an API key, open a web browser to your [API keys](https://cloud.columnar.tech/apikeys) page.
88
+
To create an API key, open a web browser to your [API keys](https://console.columnar.tech/apikeys) page.
0 commit comments