Skip to content

Commit

Permalink
Remove crossjoin flags
Browse files Browse the repository at this point in the history
  • Loading branch information
CJStuart committed Dec 2, 2020
1 parent ffb8291 commit 959c80c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions tableau-databricks/connection-builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,6 @@ limitations under the License.
// Tell the ODBC driver that it is Tableau connecting.
params["UserAgentEntry"] = "Tableau";


// Commented out for now, not critical, removing this enables Azure AD with a 2048 character connection string
// Prevent the driver from turning server-side properties to lower-case
// params["LCaseSspKeyName"] = "0";

// Prevent the driver to set properties by executing statements
// params["ApplySSPWithQueries"] = "0";

// Enable cross join as a server-side property
// params["SSP_spark.sql.crossJoin.enabled"] = "true"


// Load ODBC connection string extras
var odbcConnectStringExtrasMap = {};
const attributeODBCConnectStringExtras = connectionHelper.attributeODBCConnectStringExtras;
Expand Down

0 comments on commit 959c80c

Please sign in to comment.