Latest Activity
We now uniformly use Prometheus as a monitoring tool. How can denodo's information be connected to Prometheus? Currently only this is still pending, please help as soon as possible, thank you
Hi, I'm working on the output from COLUMN_DEPENDENCIES () for a given report view but Im having trouble following the lineage for a given column as we have used column aliases to make the column label more useful to an end user. So for example: column...
Hi, We have created a sharepoint connection in design studio. we are able to create view from that connection but when we execute the select query we get "com.denodo.vdb.engine.customwrapper.CustomWrapperException" exception. when we looked at the log...
Related to: How to connect Denodo to Sharepoint Online using OData with OAuth authentication
Hi community,For an installation of DENODO 7.0 with 1 server for PreProduction and 2 Production servers (all with different IPs, non localhost), in terms of migration to Denodo 8.0, would it be necessary to have different machines to install the new se...
is there a VQL which i can use to get how many number of databases,folders,views or other like how many Cpu's are there in vdp server?
Hi, I would like to run the COLUMN_DEPENDENCIES procedure across all views in a given database to identify columns that have an expression associated to the column. In pseudo code this would look like: select view_name, column_name, expression from C...
Hello, I'm trying to create a JSONDatasource from this sample: [ { "Header": { "publishedDateTime": "20211110150141", "messageId": null, "messageType": null, }, "Investment": { ...
We now uniformly use Prometheus as a monitoring tool. How can denodo’s information be connected to Prometheus? How to configure? The key points that need to be paid attention to? can you help arrange meeting to discuss about this? 4.Please prov...
Hi, I create a stored procedure for create drive_views, i would like validate if drive view exist before create. I try this: this.environment.executeVqlCommand(select 1 from drive_view) but if it not exist i receive the error by StoredProcedureExcept...
In Denodo8, is Denodo dashboard tool depreciated in denodo 8? is there any similar tool to replicate derby metadata to ther nodes in cluster? OR what do you recommend since we are using derby.
- 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