11f609efbb- update to 0.34: * Draft: Make urllib3 dependency more flexible * fix: queryset support for flowruns * docs: add docstrings to auth objects and endpoints * Set FILESIZE_LIMIT_MB via environment variables * added PulseMetricDefine cap * Adding project permissions handling for databases, tables and virtual connections * refactor request_options, add language param * ci: build on python 3.13 * fix: handle 0 item response in querysets - update to 0.33: * Add support for all types of monthly repeating schedules * Add workbook and datasource name attributes to JobItem Model * feat: group bulk edit * feat: add support for groupsets * feat: custom views dl pub * docs: add docstrings detailing the filter options * feat: tag everything * feat: get page and chunk size from env vars * feat: linked tasks * fix: Pager typing - update to 0.32: * Bump urllib3 from 2.0.7 to 2.2.2 #1400 * Allow setting page_size in .all and .filter #1417 * Switch to absolute imports for favorites #1415 * Switch to absolute imports for datasource #1416 * Fix pop from empty list #1404 * Ignore known internal warnings on tests #1407 * Add support for changing project owner #1419Dirk Mueller2024-11-21 09:26:41 +00:00
3cc2d9f8ddAccepting request 1160511 from devel:languages:pythonAna Guerrero2024-03-22 14:21:15 +00:00
2e243b40f6- Update to 0.30: * Add all missing RequestOptions fields * make project nullable on datasource * add params to workbook publish method * add certification to publishing a datasource * add contentURL as a filter * adding sample file for favorites * Implement custom view objects * Fix bug in update-datasources before 3.15 * catch exceptions from ServerInfo * add query-tagging attribute to connection * Add logic to retrieve Datarole and Metric permissions * Allow injection of sessions * Fix bug in exposing ExcelRequestOptions and test * fix behavior when url has no protocol * add option to pass specific datasources to delete extracts * allow user agent to be set by caller * Fix issues with connections publishing workbooks * Allow download to file-like objects * Add updated_at to JobItem class * fix revision references where xml returned does not match docs * Do not create empty connections list * Add custom session injection, Fix bug for http_options * fix filter for python 3, remove support for python 3.6 * Add new samples and delete redundant ones * Clean up hidden_views by making it an attribute of WorkbookItem * Add type hints for workbook and data source revisions, data alerts, Favorites, Flows, groups, permissions, projects, flow runs, site, subscriptions, Users, webhooks * add get_by_id method and test for schedulesSteve Kowalik2024-03-22 03:41:50 +00:00