Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit c342560

Browse files
authored
Merge pull request #8 from dremio-hub/tableau_feedback
Tableau feedback
2 parents af2f4b5 + 77e6774 commit c342560

3 files changed

Lines changed: 152 additions & 52 deletions

File tree

connectionProperties.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
(function propertiesbuilder(attr) {
2-
// Set connection properties from existing attributes.
3-
var props = [];
2+
var props = {};
43
props["user"] = attr[connectionHelper.attributeUsername];
54
props["password"] = attr[connectionHelper.attributePassword];
65

connectionResolver.tdr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,8 @@
1717
</attribute-list>
1818
</required-attributes>
1919
</connection-normalizer>
20+
<connection-properties>
21+
<script file='connectionProperties.js'/>
22+
</connection-properties>
2023
</connection-resolver>
2124
</tdr>

0 commit comments

Comments
 (0)