Latest Activity
Hi Team, I am trying to connect to Denodo server from Azure Databricks using spark read api for jdbc like: url = "jdbc:vdb://%s:%s/%s" % (server, port, vdb) remote_table = (spark.read .format("jdbc") .option("driver", driver) .option("url", url) .opti...
In Denodo 7, for the attribute Server Configuration Default I18n Time zone for published web services What does this setting represent? We tried changing from CST to GMT, there is no difference in the output in date fields for RestAPIs.
Hello Denodo Geeks, I am a newbie to Denodo. I would like to connect to OBIEE Server from Denodo. Any inputs will be appreciated. I did find Denodo tags that assist in connecting to Denodo from OBBIE,but I am trying to find the opposite way. Thank yo...
Hi, I have an XML field in my view and I have different problems to manipulate it in Denodo. First onne, I want to use the function xmlquery to get a specific list of element in my XML. for example, I have this xml : <shop> <products> <...
My team has been running into quite a bit of issues with analytic functions when joining across data sources. We have experimented and worked with data movement to resolve some of these issues. However, reporting packages (like Looker) do not have the ...
Hi, Despite the fact that I have an "Enterprise plus" bundle, I can't create VQL stored procedures in denodo design. I don't have the option "File > New… > Stored procedure > VQL stored procedure" and if I type "CREATE OR REPLACE VQL PROCEDUR...
HI, When I add the @jobstarttime to the name of an output file in a scheduler-job, the output is'nt as expected. OutputFile: @{jobName}@{jobID}@{jobStartTime,outputDateFormat: YYYYMMDDhhmmss}.csv Results in: pro00050_controle_dubbele_records_1302_202...
Hello, In denodo 7 we have used rand() function to generate unique id in one of the VDB. It generates unique number for each row. In denodo 8 the same function is generating single unique number for all the rows. Issue : When we dig further, it is gene...
I was thinking there was a way to configure or call a Denodo web service such that if the only column returned was a blob (that contains and image) that the image would be return - essentially utilizing Denodo as a simple image server. However, I could...
I'm connecting to denodo from Azure Data Factory with ODBC, but I'm having trouble when the query takes more than 5 minutes. Apparently due to lack of activity the connection is shut down. I was able to make it work applying the keep alive setting wit...
- 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