Bugfix/Add astradb collection name and namespace (#2071)

add astradb collection name and namespace
This commit is contained in:
Henry Heng
2024-03-31 00:07:59 +08:00
committed by GitHub
parent a09b7f7e39
commit 70706a7183
2 changed files with 20 additions and 11 deletions
@@ -10,13 +10,8 @@ class AstraDBApi implements INodeCredential {
constructor() {
this.label = 'Astra DB API'
this.name = 'AstraDBApi'
this.version = 1.0
this.version = 2.0
this.inputs = [
{
label: 'Astra DB Collection Name',
name: 'collectionName',
type: 'string'
},
{
label: 'Astra DB Application Token',
name: 'applicationToken',