Skip to content

Commit 0de417e

Browse files
authored
vector/nonvector attributes (#162)
1 parent 58d192a commit 0de417e

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

antora.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ asciidoc:
1616
astra-ui: 'Astra Portal'
1717
astra-url: 'https://astra.datastax.com'
1818
astra-ui-link: '{astra-url}[{astra-ui}^]'
19-
db-serverless-vector: 'Serverless (Vector)'
19+
db-serverless: 'Serverless (non-vector)'
20+
db-serverless-vector: 'Serverless (vector)'
2021
devops-api: 'DevOps API'
2122
devops-api-ref-url: 'xref:astra-api-docs:ROOT:attachment$devops-api/index.html'
2223
cass: 'Apache Cassandra'

modules/getting-started/pages/real-time-data-pipelines-tutorial.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ You now have a `production` namespace with two topics, as well as the `default`
8989

9090
. Click **Create database**, and then complete the fields as follows:
9191
+
92-
* **Type**: Select **Serverless (non-vector)** to follow along with this tutorial.
92+
* **Type**: Select **{db-serverless}** to follow along with this tutorial.
9393
+
94-
If you select **Serverless (vector)**, you must modify the tutorial to use the `default_keyspace` keyspace or create the tutorial keyspace after you create your database.
94+
If you select **{db-serverless-vector}**, you must modify the tutorial to use the `default_keyspace` keyspace or create the tutorial keyspace after you create your database.
9595

9696
* **Database name**: Enter `webstore-clicks`.
9797
* **Keyspace name**: Enter `click_data`.

0 commit comments

Comments
 (0)