tableau / embedding-api-v3-samples

Samples for the Tableau Embedding API V3.
MIT License
32 stars 13 forks source link

Add V3 samples #2

Closed alicemhsiao closed 1 year ago

ashwinar commented 1 year ago

I do see we are using tableau.embedding.3.4.0 and devplat viz src in all samples. I do understand that's because of the bug fix that we want. But, since we want samples to go with the 3.3 release, is our plan to switch these out to use public.tableau.com and 3.latest after 22.3 RTW?

Please note using EAPI 3.4 against older servers will not work.

ashwinar commented 1 year ago

One thing we also want to think about is how are customers going to use this sample. Is it directly copying snippets from here to their own web app or is the expectation to show local dev flow of "how to begin embedding Tableau" ?

If it's the latter and they'd want to iterate on the sample, what's the workflow? For example, extensions has some setup instructions to try out the samples. Like cloning the git repo, setting up a local server and trying it out. @illonage thoughts?

alicemhsiao commented 1 year ago

@nikhillakshman For this comment from @ashwinar above:

I do see we are using tableau.embedding.3.4.0 and devplat viz src in all samples. I do understand that's because of the bug fix that we want. But, since we want samples to go with the 3.3 release, is our plan to switch these out to use public.tableau.com and 3.latest after 22.3 RTW? Please note using EAPI 3.4 against older servers will not work.

Does this mean that the viz-filter fix will not be available for these samples, since it only works when I use the 3.4 library?