Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tableau/server-client-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.34
Choose a base ref
...
head repository: tableau/server-client-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.35
Choose a head ref
  • 19 commits
  • 43 files changed
  • 6 contributors

Commits on Nov 1, 2024

  1. Workbook update Description (#1516)

    * Allows workbook updates to change the description starting with api version 3.21
    
    * Fixes formatting
    
    * Fixes style issues caused by using black and python version 3.13
    LehmD authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3460528 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. docs: docstrings for custom_views (#1540)

    Also adds support for using view_id, workbook_id and owner_id
    to filter custom_views returned by the REST API
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    a4278e5 View commit details
    Browse the repository at this point in the history
  2. feat: capture site content url from sign in (#1524)

    Sign in attempts will return the site's content url in the response.
    This change parses that as well and includes it on the server object
    for later reference by the user.
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9826cbf View commit details
    Browse the repository at this point in the history
  3. fix: datasource id on ConnectionItem (#1538)

    Closes #1536
    
    Populates the datasource id and name on the `ConnectionItem`s
    as they return.
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    9d4e43e View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. Adding support for thumbnail related options in workbook publish (#1542)

    * Adding support for thumbnail related options in workbook publish
    renoyjohnm authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    e3f1e22 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

  1. feat: incremental refresh for extracts (#1545)

    * implement incremental refresh
    * add sample that creates an incremental extract/runs 'refresh now'
    jacalata authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    bdfecfb View commit details
    Browse the repository at this point in the history
  2. Fixing set default permissions for virtual connections (#1535)

    * Fixing setting default permissions for virtual connections
    
    * Adding tests
    TrimPeachu authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    9379c40 View commit details
    Browse the repository at this point in the history
  3. docs: webhook docstrings (#1530)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    7a45224 View commit details
    Browse the repository at this point in the history
  4. docs: task docstrings (#1527)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Dec 13, 2024
    Configuration menu
    Copy the full SHA
    9ba445b View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2024

  1. feat: publish datasource as replacement (#1546)

    * Add "Replace" to publish type enum
    jacalata authored Dec 30, 2024
    Configuration menu
    Copy the full SHA
    28952e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2025

  1. Update versioneer (#1547)

    * update versioneer, exclude from linter
    jacalata authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    e373cf4 View commit details
    Browse the repository at this point in the history
  2. docs: docstrings for Pager and RequestOptions (#1498)

    * docs: docstrings for filter tooling
    
    * docs: docstring for Sort
    
    ---------
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    b9c36c1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55d592a View commit details
    Browse the repository at this point in the history
  4. docs: project docstrings (#1505)

    * docs: project docstrings
    * docs: add REST API links
    jorwoods authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    f9341a4 View commit details
    Browse the repository at this point in the history
  5. docs: docstrings for JobItem and Jobs endpoint (#1529)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    a43355a View commit details
    Browse the repository at this point in the history
  6. docs: docstrings on ConnectionItem and ConnectionCredentials (#1526)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    1020485 View commit details
    Browse the repository at this point in the history
  7. docs: flow docstrings (#1532)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    2035481 View commit details
    Browse the repository at this point in the history
  8. docs: docstrings for views (#1523)

    * docs: docstrings for views
    jorwoods authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    ec10c60 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2025

  1. Configuration menu
    Copy the full SHA
    c5e016f View commit details
    Browse the repository at this point in the history
Loading