File tree 4 files changed +22
-17
lines changed
4 files changed +22
-17
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def convert_datetime_to_string(v):
48
48
def connect_db ():
49
49
USERNAME = demisto .params ().get ('credentials' ).get ('identifier' )
50
50
PASSWORD = demisto .params ().get ('credentials' ).get ('password' )
51
- DATABASE = demisto .params ().get ('database' )
51
+ DATABASE = demisto .params ().get ('database (mydb) ' )
52
52
PORT = int (demisto .params ().get ('port' , 5433 ))
53
53
SERVER = demisto .params ()['url' ][:- 1 ] if (demisto .params ()['url' ] and demisto .params ()
54
54
['url' ].endswith ('/' )) else demisto .params ()['url' ]
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ script:
46
46
description : The content of rows.
47
47
type : string
48
48
description : Executes a query on the Vertica database.
49
- dockerimage : demisto/vertica:1.0.0.150
49
+ dockerimage : demisto/vertica:1.0.0.12410
50
50
runonce : false
51
51
subtype : python3
52
52
tests :
Original file line number Diff line number Diff line change
1
+
2
+ #### Integrations
3
+ ##### Vertica
4
+ - Fixed an issue where the * Database* integration parameter was not used correctly.
5
+ - Upgraded the Docker image to demisto/vertica:1.0.0.12410.
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " Vertica" ,
3
- "description" : " Analytic database management software" ,
4
- "support" : " xsoar" ,
5
- "currentVersion" : " 1.0.0 " ,
6
- "author" : " Cortex XSOAR" ,
7
- "url" : " https://www.paloaltonetworks.com/cortex" ,
8
- "email" : " " ,
9
- "created" : " 2020-04-14T00:00:00Z" ,
10
- "categories" : [
11
- " Database"
12
- ],
13
- "tags" : [],
14
- "useCases" : [],
15
- "keywords" : []
16
- }
2
+ "name" : " Vertica" ,
3
+ "description" : " Analytic database management software" ,
4
+ "support" : " xsoar" ,
5
+ "currentVersion" : " 1.0.1 " ,
6
+ "author" : " Cortex XSOAR" ,
7
+ "url" : " https://www.paloaltonetworks.com/cortex" ,
8
+ "email" : " " ,
9
+ "created" : " 2020-04-14T00:00:00Z" ,
10
+ "categories" : [
11
+ " Database"
12
+ ],
13
+ "tags" : [],
14
+ "useCases" : [],
15
+ "keywords" : []
16
+ }
You can’t perform that action at this time.
0 commit comments