tableau / extensions-api

Extensions API sample code and developer docs.
http://tableau.github.io/extensions-api
MIT License
268 stars 251 forks source link

Extensions are not getting recognised in Tableau Desktop 10.5.0 Beta macOS #69

Closed phatak-dev closed 6 years ago

phatak-dev commented 6 years ago

Hi, I have installed Tableau Desktop 10.5.0 Beta 2 on macOS. I have copied sample Datasource extension to extension folder. It's not showing up in the UI. I see below errors in log

{"ts":"2017-12-21T15:17:34.525","pid":48834,"tid":"b9cbb5","sev":"error","req":"-","sess":"-","site":"{50E95D04-58BD-4A68-9790-54C401A2DCFB}","user":"-","k":"msg","v":"AddIn Registration in File 'DataSources.trex': 'Error(2,89): no declaration found for element 'manifest' (id: /Users/madhu/Documents/My Tableau Repository (Beta)/Extensions/DataSources.trex)'"}
phatak-dev commented 6 years ago

@lbrendanl any pointers u can give?

Kovner commented 6 years ago

@phatak-dev 10.5.0 Beta does not have Extensions functionality. You need to be on the Developer Preview Alpha build. Do you have access to that project in prerelease.tableau.com?

phatak-dev commented 6 years ago

I don't see any such release on that site. Do I need to signup specifically for that? Or can you provide direct link to same? Thank you.

Kovner commented 6 years ago

@phatak-dev Yes, you have to sign up for the developer preview: https://prerelease.tableau.com/key/EXTENS10NSAP1

phatak-dev commented 6 years ago

@Kovner it's working now. Thanks a lot.