Build, Test, Share


This section serves as a broad overview of the developer experience and considerations of making extensions.

 

lifecycle

 

Build

The first thing to do is start running sample extension code from the Extensions API Documentation. Make sure that your sample code works and your environment is set up properly before jumping into building a new extension.

Once you’re ready to go, you can start building and customizing your extension. Expect to iterate through cycles of developing and designing your extension using our API documentation and these design guidelines.

Get started with these resources

 

Test

Ensure that your extension works properly for different test cases. Try it on your own dashboards, test it with others, and uncover possible edge cases.

Consider that dashboard extensions can be both configured and viewed in Tableau. These terms refer to two usage modes we recommend for extensions. To read about these modes and their audiences, learn more at Extension Components and Modes.

 

Share

After you’ve completed making your extension, you may want to share your extension for others to use. Here are some places you might think about sharing your extension.

Tableau Exchange

Tableau has created the Tableau Exchange, a place to explore and download some extensions that our partners have created. If you would like to share your extension on the Tableau Exchange, see Submitting your Extension to the Tableau Exchange.

Community Forums

Tableau also has a Community Forum for developers to discuss extensions and the Extensions API.

—–  

While you might not choose to share your extension directly with Tableau, we encourage you to share your extension through other platforms of your choice! Use it internally at your company or for yourself, consider open source platforms, share over social media channels. How you go about sharing your extension with the world is entirely up to you.