Latest Activity
Hi, I'm facing issue while perforforming a self join on a dv which is a simple source table with no additional filter. For better understanding code would look like this: dv_table left join dv_table dv_table1 on dv_table.column1 = dv_table1.column1 a...
I would like to pass the following data into denodo view. Json1 = {'name': 'Kelly', 'code': 'KL'} Json2 = {'name': 'John', 'code': 'JH'} payload = [Json1, Json2] I am expecting two of Jsons to query the view. I tried putting payload into my denodo ...
Greetings Denodo Support Team, Denodo Platform supports the following encryption protocols: TLSv1.3, TLSv1.2 and TLSv1.1. I need to know what cipher suite is utilized when configuring SSL using denodo_tls_configurator script. Which Ciphers for TLSv1....
Currently I have the following data set and I am trying to pass them into the denodo view to get them in json.I am writing this in python. data = {'name': 'kelly', 'age': 20} data2 = {'name': 'john', 'age': 21} payload = data + data2 my denodo view ...
Hi I am looking for exampels on how to access the Scheduler API from the MS SQL Agent, but can't find any. Can you please provide some exampels on hom to Start och Capture Run reports etc from the SQL Qgent??
The Denodo Platform cache can be used to for what do we use the denodo platform cache ? and why do we cache data ? is it for avoiding running the same queries again or whaen the data is geographically distributed?
if i have one single instance of Denodo and my data running on both aws amazon and microsoft azur what are the recommendations factors to consider ? should i use the on premise deployment or where my consumers are located or where my data located or wh...
Hi Team, I am enabling SSO Authentication in Solution Manager, once configuration is done and respective roles created, when I try to login to SM using Web URL in direct browser window it is errors out "Error validating SAML message", but when I try i...
hi,When my computer is in airplane mode, ipconfig does not show IP address, run denodo platfrom control center software, HOST and IP displays UNKNOWN, vdp server runs unsuccessful, how to deal with this situation? thanks. when run java code as follow: ...
Hi Team, How to find the timediff between two different timestamps and result should be in the format as specified below? For eg; timediff('2023-06-08 23:24:25','2023-03-02 13:45:46') The expected output is 201:38:39. Kindly help me with a solution...
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200