lack of use of connectionProperties in the connectionResolver.tdr file
mismatch version between taco version (1.0) and manifest file version (previously 1.0.0.0, changed to 1.0)
Check List
[ ] New functionality includes testing.
[ ] All tests pass, including unit test, integration test and doctest
[ ] New functionality has been documented.
[ ] New functionality has javadoc added
[ ] New functionality has user manual doc added
[ ] Commits are signed per the DCO using --signoff
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.
Description
Fixed the issues listed below and updated the taco file in the repo. Made connector more secure by removing username and password in the url as recommended in https://tableau.github.io/connector-plugin-sdk/docs/api-reference. CI failures include:
lack of connectionProperties.js file in the connector files
lack of use of connectionProperties in the connectionResolver.tdr file
mismatch version between taco version (1.0) and manifest file version (previously 1.0.0.0, changed to 1.0)
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.