Skip to content

[PECO-1628] Tableau Connector Update for New BI CUJ#68

Draft
jeremytang-db wants to merge 6 commits intomasterfrom
PECO-1628-New-CUJ
Draft

[PECO-1628] Tableau Connector Update for New BI CUJ#68
jeremytang-db wants to merge 6 commits intomasterfrom
PECO-1628-New-CUJ

Conversation

@jeremytang-db
Copy link
Contributor

Make http path field optional for OAuth auth mode. Update oauth url to include "prompt=select-warehouse".

TODO:
Save default-http-path for v-http-path if it is empty (for Backwards Compatibility)

@jeremytang-db jeremytang-db marked this pull request as ready for review July 10, 2024 18:28
// If the HTTP path is empty, use the default HTTP path.
if(params["HTTPPATH"] == "")
{
params["HTTPPATH"] = attr["default-http-path"];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line doesn't do anything right now, but if we go with Option 1, we should update the v-http-path with default-http-path if it is empty. Waiting for Tableau but not sure if we wouldn't have to do this manually like this or they will have that change

@jeremytang-db jeremytang-db marked this pull request as draft July 10, 2024 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant