10000 Comparing v0.36...v0.37 · tableau/server-client-python · GitHub
[go: up one dir, main page]

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.36
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.37
Choose a head ref
  • 7 commits
  • 21 files changed
  • 5 contributors

Commits on Jan 22, 2025

  1. Fixed incorrect size unit when logging fileUpload (#1560)

    Update fileuploads_endpoint.py
    
    fix size unit when logging fileUpload
    
    Co-authored-by: Jac <jacalata@users.noreply.github.com>
    KulykDmytro and jacalata authored Jan 22, 2025
    Configuration menu
    Copy the full SHA
    1912806 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. docs: DatasourceItem and Endpoint docstrings (#1556)

    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    364f431 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2025

  1. fix: change GroupSets.get api for more consistency (#1568)

    All other endpoints accept RequestOptions as
    an argument named req_options. This PR makes GroupSets
    more consistent with other endpoints. This makes it
    work with the Pager option now.
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    8000
    f17e8e7 View commit details
    Browse the repository at this point in the history
  2. fix: virtual connection ConnectionItem attributes (#1566)

    Closes #1558
    
    Connection XML element for VirtualConnections has different attribute
    keys compared to connection XML elements when returned by
    Datasources, Workbooks, and Flows. This PR adds in flexibility to
    ConnectionItem's reading of XML to account for both sets of
    attributes that may be present elements.
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    e39dbcb View commit details
    Browse the repository at this point in the history
  3. fix: remove vizHeight and vizWidth from ImageRequestOptions (#1565)

    feat: properly support request option filters
    
    Many filters and RequestOptions added in 3.23. Adds explicit
    support for them and checks for prior versions.
    
    Co-authored-by: Jordan Woods <13803242+jorwoods@users.noreply.github.com>
    jorwoods and jorwoods authored Mar 20, 2025
    Configuration menu
    Copy the full SHA
    ba716b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2025

  1. Adding incremental refresh option for workbook and datasource endpoin…

    …ts along with the new JobItem code changes (#1585)
    
    * Adding incremental refresh option to workbook and datasource along with new job item finish code
    
    * Fix build pipeline failures related to mypy & black
    renoyjohnm authored Mar 21, 2025
    Configuration menu
    Copy the full SHA
    b81993a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Merge pull request #1586 from tableau/development

    Release v0.37
    renoyjohnm authored Mar 24, 2025
    Configuration menu
    Copy the full SHA
    bf85704 View commit details
    Browse the repository at this point in the history
Loading
0