Giter Club home page Giter Club logo

Comments (3)

sidwray avatar sidwray commented on August 14, 2024

We're putting the finishing touches on a packaging and signing tool, which you'll see here in the SDK very soon. This will allow you to package up all the connector files, and save them to your Tableau repository folder, so they are always available when you start Tableau. Using the command line is primarily for the development period of the connector.

You may be able to us the replace data source feature to convert from Other ODBC to your plugin: connector. https://onlinehelp.tableau.com/current/pro/desktop/en-us/connect_basic_replace.htm
Let me know how it goes!

from connector-plugin-sdk.

PiraisudanM avatar PiraisudanM commented on August 14, 2024

Thank you for your prompt response, I'll check.

Right now I am using "DefaultSQLDialect" as a base dialect for my ODBC connector. But I get different query format than Tableau "Other Database(ODBC)". Do you have any dialect similar to "Other Database(ODBC)" in connector SDK?

from connector-plugin-sdk.

lriggs avatar lriggs commented on August 14, 2024

Other ODBC has some additional logic to detect what the driver supports and uses that to customize the dialect. The SDK doesn't have this feature currently. We are also looking into making a tool to print out a dialect file which would mean you could use Other ODBC to get the dialect and then export it for use in your connector. It will also make troubleshooting these issues easier.

I recommend trying to find another dialect that most closely matches what your database supports. Perhaps MySQL or Postgres, for example.

Regarding question #2, I have't thoroughly tested this but you could try opening your workbook XML file and changing the class attribute to match your new connector's class.

from connector-plugin-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.