JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 1896,
"has_wiki": true,
"homepage": "https://tableau.github.io/server-client-python",
"languages": {
"Shell": 140,
"Python": 629445
},
"pushed_at": "2021-02-12T22:11:53Z",
"created_at": "2020-09-11T17:09:01Z",
"owner_type": "User",
"updated_at": "2021-02-12T19:51:55Z",
"description": "A Python library for the Tableau Server REST API",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": null,
"name": "Chris Shin",
"type": "User",
"login": "shinchris",
"company": null,
"location": null,
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/10054801?v=4",
"created_at": "2014-12-03T01:41:53Z",
"is_verified": null,
"public_repos": 5,
"account_age_days": 4253
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2020-07-22T22:40:17Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2019-07-17T17:24:29Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2018-05-08T23:35:28Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2018-01-26T18:29:16Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2017-09-21T16:16:03Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2017-04-26T19:21:16Z"
}
],
"recent_commits": [
{
"oid": "a5b925222ae437bcbf38788c79aa72abce79d6e8",
"body": "v0.14.1 patch release\r\n* Fixed filter query issue for server version below 2020.1 (#745)\r\n* Fixed large workbook/datasource publish issue (#757)",
"is_bot": false,
"headline": "Merge pull request #759 from tableau/0.14.0-patch",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-12-10T17:29:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fc349c215e86167021a303c080c4823d3116d7c",
"body": null,
"is_bot": false,
"headline": "Updates changelog for v0.14.1",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-12-10T00:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41fd8f2af366f7da86c17cbae4fb5cc89895c970",
"body": "Fixes issue #754 by moving file read logic inside generator",
"is_bot": false,
"headline": "Merge pull request #757 from tableau/fix_754",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-12-10T00:25:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138476f08b0c6275d3f24fff7654d95daf9a0d72",
"body": "Server versions before 2020.1 do not accept encoded query param delimiters",
"is_bot": false,
"headline": "Merge pull request #745 from tableau/fix_732",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-12-10T00:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcb881c0e9d477d93339266126c527427d123410",
"body": "Syncing master with v0.14.0 changes from development.",
"is_bot": false,
"headline": "Merge pull request #725 from tableau/development",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-11-09T17:19:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e089b4cb1fb07ee13ddc7382293b25ce76add44",
"body": "* Update publish_workbook.py (#694)\r\n\r\n* Update publish_workbook.py\r\n\r\nAdded below arguments, without this there is a sign-in error on publishing a test file to Tableau Online\r\n\r\nparser.add_argument('--sitename', '-S', default='', help='sitename required')\r\ntableau_auth = TSC.TableauAuth(args.userna\n[…]\nn Tableau Online which removes the Sign-in Error.\r\n\r\n* Update publish_workbook.py\r\n\r\n* Updates changelog and contributors list for v0.14.0\r\n\r\nCo-authored-by: Madhura Selvarajan <MADHURA0910@GMAIL.COM>",
"is_bot": false,
"headline": "Release 0.14.0 (#724)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-11-06T22:56:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74348f30dc5b3363da9b903c2a34a3da979f88b7",
"body": null,
"is_bot": false,
"headline": "Fixes boolean checks for site requests payloads (#723)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-11-06T22:12:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c74b95c498a43069faaa7a1f5d6bb574e3e55421",
"body": "* Removes manual query param generation\r\n\r\n* Fixes v3.5 test issue by using regex matching\r\n\r\n* Moving all query param verifications to use regex search\r\n\r\n* Adds back removed method with deprecation warning\r\n\r\n* Adds private all_fields option to users.get",
"is_bot": false,
"headline": "Add all fields for users.get (#713)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-11-06T18:31:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab8090753f9fdc26b832a3146908ee3e84d3f09f",
"body": "Support providing a file object for publish datasource\r\nDisallow hyper/tde publish via file object for now",
"is_bot": false,
"headline": "File objects for publish datasource (#714)",
"author_name": "Niklas Nevalainen",
"author_login": "nnevalainen",
"committed_at": "2020-11-05T23:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69ca6c754ec22f1abb9b09f1c0d114f51f448f13",
"body": "* Removes manual query param generation\r\n\r\n* Fixes v3.5 test issue by using regex matching\r\n\r\n* Moving all query param verifications to use regex search\r\n\r\n* Adds back removed method with deprecation warning",
"is_bot": false,
"headline": "Removes manual query param generation (#686)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-10-30T22:26:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f4e27fe84fe9e978df1594d9352db19a72771e3",
"body": "Contributed by @nnevalainen, take a file path or a file object for workbook publish",
"is_bot": false,
"headline": "File objects for publish workbook (#704)",
"author_name": "Niklas Nevalainen",
"author_login": "nnevalainen",
"committed_at": "2020-10-30T18:55:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d52669ff2a662a1a1c4fd64ccccdb346896cef5",
"body": "* Removes constraint that required interval when updating schedule\r\n\r\n* Updates schedule tests",
"is_bot": false,
"headline": "Removes constraint that required interval when updating schedule (#711)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-10-30T18:27:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87b74562366c7af2255c5bdb6957d89e342640cd",
"body": "* delete docs folder from master (#520)\r\n\r\n* delete folder\r\n\r\n* add back readme for docs\r\n\r\n* Fix logger statement in User.add (#608)\r\n\r\nThe logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved to a new variable. We want the logger statement to use that new user\r\n\r\n* Adds django-style shorthand to filter, sort, and paginate\r\n\r\n* Consolidate code, add all()\r\n\r\n* Update query.py",
"is_bot": false,
"headline": "Django-style filters (#615)",
"author_name": "Stephen Mitchell",
"author_login": "scuml",
"committed_at": "2020-10-29T15:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3eca26df1ffa5f365c074d60bdaee552464df295",
"body": null,
"is_bot": false,
"headline": "Adds missing getters for some of the new datasource fields (#708)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-10-21T22:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9d7c6a78f529c4f5e2021a8aa53607dad15d3b4",
"body": "* Adds new fields and updates parser\r\n\r\n* Adds new fields to publish and update requests\r\n\r\n* Adds tests and description field",
"is_bot": false,
"headline": "Updates datasource_item with new fields (#705)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-10-16T17:04:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "342c0c513fe5e11cc1df6cbf987ceff85d99416f",
"body": "* Update publish_workbook.py (#694)\r\n\r\n* Update publish_workbook.py\r\n\r\nAdded below arguments, without this there is a sign-in error on publishing a test file to Tableau Online\r\n\r\nparser.add_argument('--sitename', '-S', default='', help='sitename required')\r\ntableau_auth = TSC.TableauAuth(args.userna\n[…]\nities alphabetically\r\n\r\nmoved 'Execute' capability to line 23 to be sorted alphabetically.\r\n\r\nCo-authored-by: Chris Shin <cshin@tableau.com>\r\nCo-authored-by: Madhura Selvarajan <MADHURA0910@GMAIL.COM>",
"is_bot": false,
"headline": "Add 'Execute' Capability (#700)",
"author_name": "elsherif",
"author_login": null,
"committed_at": "2020-09-29T20:04:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8d513558597a55d80795a05733839d2338be3744",
"body": "* Update publish_workbook.py\r\n\r\nAdded below arguments, without this there is a sign-in error on publishing a test file to Tableau Online\r\n\r\nparser.add_argument('--sitename', '-S', default='', help='sitename required')\r\ntableau_auth = TSC.TableauAuth(args.username, password,site_id=args.sitename)\r\n\r\n* Update publish_workbook.py\r\n\r\nEdits (as requested) to publish workbooks on Tableau Online which removes the Sign-in Error.\r\n\r\n* Update publish_workbook.py",
"is_bot": false,
"headline": "Update publish_workbook.py (#694)",
"author_name": "Madhura Selvarajan",
"author_login": "maddy-at-leisure",
"committed_at": "2020-09-23T14:45:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6301e999bde1c96abc0d07bbaa279290a2669888",
"body": "* Added endpoints for revoking all server admins tokens\r\n\r\n* NotSignedInError is thrown if user is not signed in\r\n\r\n* Removed isSignedIn check",
"is_bot": false,
"headline": "Added endpoints for revoking all server admins tokens (#689)",
"author_name": "jessicachen79",
"author_login": "jessicachen79",
"committed_at": "2020-09-10T18:59:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57fedb9319b618b0312a0a56737a669f283fedb5",
"body": "* Encode tag-name when deleting and improve error handling\r\n\r\n* Fix view tags to add/delete properly",
"is_bot": false,
"headline": "Encode tag-name before deleting (#687)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-09-10T17:55:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "273af7acdc52169ac0f07f4236d7b7272836291d",
"body": "[v0.13] Merge development into master\r\n\r\nAdded notes field to JobItem (#571)\r\nAdded webpage_url field to WorkbookItem (#661)\r\nAdded support for switching between sites (#655)\r\nAdded support for querying favorites for a user (#656)\r\nAdded support for Python 3.8 (#659)\r\nAdded support for Data Alerts (\n[…]\n for asynchronously updating a group (#674)\r\nImproved handling of invalid dates (#529)\r\nImproved consistency of update_permission endpoints (#668)\r\nDocumentation updates (#658, #669, #670, #673, #683)",
"is_bot": false,
"headline": "Merge pull request #685 from tableau/development",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-09-02T21:39:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "168489cad474a03e4ef58a841b6b0877ad6eb50a",
"body": null,
"is_bot": false,
"headline": "Merge branch 'master' into development",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-09-02T21:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22298432f5e305a61cb3a40ca1c2c74e8ec84f38",
"body": "* Added notes field to JobItem (#571)\r\n* Added webpage_url field to WorkbookItem (#661)\r\n* Added support for switching between sites (#655)\r\n* Added support for querying favorites for a user (#656)\r\n* Added support for Python 3.8 (#659)\r\n* Added support for Data Alerts (#667)\r\n* Added support for ba\n[…]\nsynchronously updating a group (#674)\r\n* Improved handling of invalid dates (#529)\r\n* Improved consistency of update_permission endpoints (#668)\r\n* Documentation updates (#658, #669, #670, #673, #683)",
"is_bot": false,
"headline": "Updates changelog and contributors file for v0.13 (#684)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-09-01T18:43:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3846bd432194b9de260d156f970a94588ec7d97d",
"body": "We should support all the right things now for quoting.",
"is_bot": false,
"headline": "Update setup.py (#650)",
"author_name": "Tyler Doyle",
"author_login": "t8y8",
"committed_at": "2020-08-31T20:47:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17c3346ccca08dd27629ce61816ac47caae986f1",
"body": "Data alert endpoint and item",
"is_bot": false,
"headline": "Merge pull request #667 from jorwoods/jorwoods/data_alerts",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-29T06:56:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5a5d75a79be2450db86edaf79bef6379dae143b",
"body": "AD groups",
"is_bot": false,
"headline": "Merge pull request #674 from tableau/bulk-users",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-29T06:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90fcf2986759a239279512f5238495586a7e992",
"body": null,
"is_bot": false,
"headline": "tyler feedback",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-29T04:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e3f96de6040bfbf3b148e7960b92b94a5d4d342",
"body": null,
"is_bot": false,
"headline": "pycodestyle",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-23T04:16:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ffc33eccfc7a97a6186d0c3714e047645a7a489",
"body": null,
"is_bot": false,
"headline": "with another test",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-23T04:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a92e484bdc863703569b42b2a2769c5ea2a11ae0",
"body": null,
"is_bot": false,
"headline": "implement ad groups and group options",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-23T03:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b355c8ffe67d576dc5790323a9e53e08eb78c1b0",
"body": "Extract operations to match tabcmd",
"is_bot": false,
"headline": "Merge pull request #672 from tableau/extracts",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-21T07:23:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81c795bcb951462ced7cb93a40ef8c8218cedaed",
"body": "add back regex test format that I ... lost in merge?",
"is_bot": false,
"headline": "Update test_workbook.py",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-19T23:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12ca9fe126d9770df84b681378d414ed6dc08c07",
"body": null,
"is_bot": false,
"headline": "ran through pycodestyle",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-19T09:41:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdc403b8cb766a658974eca5c9d928a2ff60443f",
"body": null,
"is_bot": false,
"headline": "remove randomly added typo",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-19T09:24:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb3e6fff8a9c4ba9aad4c8b105a03e5bfec61aa6",
"body": null,
"is_bot": false,
"headline": "fixup! fix merge",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-19T09:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfe49c7577c8e936b997f8194296bc9c9a2c0304",
"body": null,
"is_bot": false,
"headline": "fix merge",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-19T09:18:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c395c1858d97a45688e2c5635e466a551c8f695f",
"body": null,
"is_bot": false,
"headline": "create/delete encrypted extracts for ds and wb",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2020-08-19T09:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79c355af9e346f7f825c9ea34c6bcdfb173a5088",
"body": null,
"is_bot": false,
"headline": "Validate property values",
"author_name": "Jordan Woods",
"author_login": "jorwoods",
"committed_at": "2020-08-14T21:55:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d205b4c4972c5d01ed6e9c2e952bf748e09f43f2",
"body": null,
"is_bot": false,
"headline": "CamelCase consistency",
"author_name": "Jordan Woods",
"author_login": "jorwoods",
"committed_at": "2020-08-14T21:53:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "972f10aad7300e654955b44e71949c77b9918c8d",
"body": "`update_permission` will throw a warning but continue to work.\r\n\r\n`update_permissions` is now standard for all content types",
"is_bot": false,
"headline": "Change update_permission endpoint for consistency (#668)",
"author_name": "jorwoods",
"author_login": "jorwoods",
"committed_at": "2020-08-14T21:44:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8799baca1a3c88c923f47b2f3899ae7172292b1",
"body": "* parse_datetime() should gracefully handle invalid dates\r\n\r\nWe've seen instances where enumerating workbooks on our server results in an exception in parse_datetime(). It appears that some workbooks contain invalid dates e.g. `2018-06-31T13:12:00Z` for their created_at or updated_at times which cau\n[…]\neturns `None` in that scenario.\r\n\r\n* Handle date is `None` in format_datetime()\r\n\r\n* Add test XML file with invalid date\r\n\r\n* Add test for invalid date\r\n\r\n* Add missing constant\r\n\r\n* Remove whitespace",
"is_bot": false,
"headline": "parse_datetime() should gracefully handle invalid dates (#529)",
"author_name": "Paul Vickers",
"author_login": "paulvic",
"committed_at": "2020-08-14T21:07:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3f1b85189f23a412fd240e01edc4e4a73c368e38",
"body": null,
"is_bot": false,
"headline": "Resolve comments",
"author_name": "Jordan Woods",
"author_login": "jorwoods",
"committed_at": "2020-08-14T19:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0133207f5270afdb88aac7348914b8e4b7028a1b",
"body": "* Fixes login sample to pass in sitename for username/password auth\r\n\r\n(cherry picked from commit 4cbd8007f64dbc93e1bf89981f5cfbcec01f83bb)\r\n\r\n* Fixes default sitename in login sample and adds more print statements (#652)\r\n\r\n\r\n(cherry picked from commit ccbbc49b5278d6c4605262612cb18ebd265aea0a)\r\n\r\n*\n[…]\nkey.shideler.jr@walmart.com>\r\nCo-authored-by: jorwoods <jorwoods@users.noreply.github.com>\r\nCo-authored-by: Jordan Woods <Jordan.Woods@mkcorp.com>\r\nCo-authored-by: Brian Cantoni <bcantoni@tableau.com>",
"is_bot": false,
"headline": "Added webpage url to workbooks (#661)",
"author_name": "absentmoose",
"author_login": "rshide",
"committed_at": "2020-08-14T16:35:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "036322ba3f4a140da900b51563b54db2073edf79",
"body": null,
"is_bot": false,
"headline": "Improve repr on data_alert",
"author_name": "Jordan Woods",
"author_login": "jorwoods",
"committed_at": "2020-08-13T15:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b17bd4006ee4de3d6cc67b4d5a4cb9e7b9f7e43",
"body": null,
"is_bot": false,
"headline": "Test data alerts",
"author_name": "Jordan Woods",
"author_login": "jorwoods",
"committed_at": "2020-08-13T14:28:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d666f08e72ee55d93d98b8eb71b8d7124ec48c1d",
"body": null,
"is_bot": false,
"headline": "Create Data Alert capabilities",
"author_name": "Jordan Woods",
"author_login": "jorwoods",
"committed_at": "2020-08-13T13:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce078cbc9724eb38b7018f646c590b9b9dbdc44d",
"body": "* Add switch_site functionality\r\n* Add test for site switch\r\n* Ignore same site error\r\n\r\nCo-authored-by: Jordan Woods <Jordan.Woods@mkcorp.com>",
"is_bot": false,
"headline": "Enable switch site functionality (#655)",
"author_name": "jorwoods",
"author_login": "jorwoods",
"committed_at": "2020-08-11T16:32:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a14d396c7f736c95763d5e1facc96f77d351361",
"body": null,
"is_bot": false,
"headline": "Implement server.users.populate_favorites (#656)",
"author_name": "jorwoods",
"author_login": "jorwoods",
"committed_at": "2020-08-11T16:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9240eb88f13913a55f92d7a6eaa4d30715be01a8",
"body": "Minor cleanup pass",
"is_bot": false,
"headline": "Merge pull request #659 from tableau/minor-cleanup-pass",
"author_name": "Brian Cantoni",
"author_login": "bcantoni",
"committed_at": "2020-08-06T22:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12aacb9c7e1bac0a9c76b1e01ef3bb55548e77fa",
"body": "Only test_publish_with_hidden_view() needed changes because the order of\nattributes in the XML request body were swapped for some reason in 3.8\ncompared to prior Pythons.",
"is_bot": false,
"headline": "Add support for Python 3.8",
"author_name": "Brian Cantoni",
"author_login": "bcantoni",
"committed_at": "2020-08-05T04:43:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7803a6ea275b782913f9c314f3b1ce85f0b93077",
"body": null,
"is_bot": false,
"headline": "Cleanup test comments and descriptions, no functional changes",
"author_name": "Brian Cantoni",
"author_login": "bcantoni",
"committed_at": "2020-08-05T01:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60539c5295cccded94f69bf1539f2f07b58d3554",
"body": null,
"is_bot": false,
"headline": "Rename a duplicate test method so they all run",
"author_name": "Brian Cantoni",
"author_login": "bcantoni",
"committed_at": "2020-08-05T01:22:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "803d25714da5da444daac76d539f90c7e775b5c0",
"body": null,
"is_bot": false,
"headline": "Minor edits and cleanup",
"author_name": "Brian Cantoni",
"author_login": "bcantoni",
"committed_at": "2020-08-05T01:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43e1b063d83d3271b262d02e94445a930c161cb6",
"body": "0.12 patch to fix login sample",
"is_bot": false,
"headline": "Merge pull request #653 from tableau/0.12_patch",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-22T22:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d68244b0a43a97f7f36841d573e3354b46ebd99f",
"body": null,
"is_bot": false,
"headline": "Updates changelog with patch notes",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-22T22:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3041b4aecaf5dac3a4af3cb8797f114f3063fa5b",
"body": "… (#652)\n\n(cherry picked from commit ccbbc49b5278d6c4605262612cb18ebd265aea0a)",
"is_bot": false,
"headline": "Fixes default sitename in login sample and adds more print statements…",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-22T22:19:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0da852e8abd24d279c37ddd225c0044658db7930",
"body": "(cherry picked from commit 4cbd8007f64dbc93e1bf89981f5cfbcec01f83bb)",
"is_bot": false,
"headline": "Fixes login sample to pass in sitename for username/password auth",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-22T22:19:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccbbc49b5278d6c4605262612cb18ebd265aea0a",
"body": "… (#652)",
"is_bot": false,
"headline": "Fixes default sitename in login sample and adds more print statements…",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-22T21:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f972ea624cf4679261fa2f3a1ab7202903d46b14",
"body": "Create notes property from XML response\r\n\r\nCo-authored-by: Jordan Woods <Jordan.Woods@mkcorp.com>",
"is_bot": false,
"headline": "Create notes property from XML response (#571)",
"author_name": "jorwoods",
"author_login": "jorwoods",
"committed_at": "2020-07-21T22:18:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cbd8007f64dbc93e1bf89981f5cfbcec01f83bb",
"body": null,
"is_bot": false,
"headline": "Fixes login sample to pass in sitename for username/password auth",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-21T17:16:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebacfe5c5dfce17ba99546a3bf4cdc2cc105dbbd",
"body": "Development to master for v0.12",
"is_bot": false,
"headline": "Merge pull request #647 from tableau/development",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-10T21:47:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ef56aa7573cb2c4cfea0032c831d3890f977a1b",
"body": "* Sync development with master branch (#613)\r\n\r\n* delete docs folder from master (#520)\r\n\r\n* delete folder\r\n\r\n* add back readme for docs\r\n\r\n* Fix logger statement in User.add (#608)\r\n\r\nThe logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved\n[…]\nrennan <mbren@users.noreply.github.com>\r\nCo-authored-by: Tyler Doyle <kingt8y8@gmail.com>\r\nCo-authored-by: jorwoods <jorwoods@users.noreply.github.com>\r\nCo-authored-by: Woods <jordan.woods@mkcorp.com>",
"is_bot": false,
"headline": "Development to master for v0.12 (#646)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-10T20:59:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6bdd92cb1d1fc261b830baf7a60722c469497a4d",
"body": "* delete docs folder from master (#520)\r\n\r\n* delete folder\r\n\r\n* add back readme for docs\r\n\r\n* Fix logger statement in User.add (#608)\r\n\r\nThe logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved to a new variable. We want the logger statement to use that new user\r\n\r\n* Prepares v0.12 release\r\n\r\n* Fixes typo in changelog\r\n\r\nCo-authored-by: Jac <jacalata@users.noreply.github.com>\r\nCo-authored-by: Reba Magier <rebeccam@syapse.com>",
"is_bot": false,
"headline": "Prep for v0.12 (#645)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-10T20:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d48569f21e3627cd86cb158b5e656d9d9923589",
"body": "* Adds a sample for publishing datasources\r\n\r\n* Addresses feedback to use PAT and async flag",
"is_bot": false,
"headline": "Adds a sample for publishing datasources (#644)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-07-10T20:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9edc55132d649637065edaf6cd812fe583dc446",
"body": null,
"is_bot": false,
"headline": "Fixes maxage to allow 0 as input (#639)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-06-29T22:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f76e71c1a4bb3951778ba60ca0c1a2822c720cc",
"body": null,
"is_bot": false,
"headline": "Fixing style error",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-06-26T17:57:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb1835971d070e4d5615a173025b10899ce3e429",
"body": "* Create FavoriteRequest factory\r\n\r\n* Create favorites_endpoint\r\n\r\n* Enable addition of favorites\r\n\r\n* Enabled deletion of favorites\r\n\r\n* Fix XML response calls\r\n\r\n* Genericize descriptor\r\n\r\n* Fix typo\r\n\r\n* Remove outdated content\r\n\r\n* Use more descriptive variable names\r\n\r\n* Adjust API version\r\n\r\n*\n[…]\nod response\r\n\r\n* Add Favorites back to import\r\n\r\n* Replace deprecated assertEquals with assertEqual\r\n\r\n* Rename Favorite FavoriteItem and encapsulate\r\n\r\nCo-authored-by: Woods <jordan.woods@mkcorp.com>",
"is_bot": false,
"headline": "User favorites endpoint (#638)",
"author_name": "jorwoods",
"author_login": "jorwoods",
"committed_at": "2020-06-26T17:24:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ccd5a4f4b1996f832d1772d1b2d86ae2f2e8e808",
"body": "* Adds in maxage param to csv and pdf export options\r\n\r\n* Fixes style issue\r\n\r\n* Adding named param to test to be clear",
"is_bot": false,
"headline": "Adds in maxage param to csv and pdf export options (#635)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-06-17T22:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7409d3038df9eb93f19c31102a79ee2b4160ac3e",
"body": "Simple JSON endpoints that return the status of Metadata Services related events.",
"is_bot": false,
"headline": "Support Metadata Services Backfill & Eventing APIs (#626)",
"author_name": "Tyler Doyle",
"author_login": "t8y8",
"committed_at": "2020-05-22T04:01:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1630205f7e84019f855d80b6dbca9837d08ad674",
"body": "Because GraphQL can be arbitrarily complex and nested, we can't get as smart with an automatic Pager object without parsing the query, and that's a can of worms.\r\n\r\nSo for now, I added a new endpoint that will take a single query with one set of pagination parameters and run through it until it ends. It's not very smart, but it works.",
"is_bot": false,
"headline": "Simple Paging Endpoint for GraphQL/Metadata API (#623)",
"author_name": "Tyler Doyle",
"author_login": "t8y8",
"committed_at": "2020-05-21T23:10:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1392946b78341bd1165032e600c990447cc9580b",
"body": "* update comment to say Python 3.5 is required to run samples\r\n\r\n* pycodestyle fix for single char var name",
"is_bot": false,
"headline": "update comment to say Python 3.5 is required to run samples (#619)",
"author_name": "Mary Brennan",
"author_login": "mbren",
"committed_at": "2020-05-13T17:59:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb00345fd1987bc8ee17367b0adcd69655bdeba9",
"body": "* delete docs folder from master (#520)\r\n\r\n* delete folder\r\n\r\n* add back readme for docs\r\n\r\n* Fix logger statement in User.add (#608)\r\n\r\nThe logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved to a new variable. We want the logger statement\n[…]\n* pycodestyle fix for single char var name\r\n\r\nCo-authored-by: Chris Shin <cshin@tableau.com>\r\nCo-authored-by: Jac <jacalata@users.noreply.github.com>\r\nCo-authored-by: Reba Magier <rebeccam@syapse.com>",
"is_bot": false,
"headline": "Code cleanup (#618)",
"author_name": "Stephen Mitchell",
"author_login": "scuml",
"committed_at": "2020-05-13T02:10:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "896a92bddb0f8fdd055f01a36d89d58433f2eaa1",
"body": "* delete docs folder from master (#520)\r\n\r\n* delete folder\r\n\r\n* add back readme for docs\r\n\r\n* Fix logger statement in User.add (#608)\r\n\r\nThe logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved to a new variable. We want the logger statement\n[…]\nmeter to workbook publish\r\n\r\n* Pycodestyle\r\n\r\nCo-authored-by: Chris Shin <cshin@tableau.com>\r\nCo-authored-by: Jac <jacalata@users.noreply.github.com>\r\nCo-authored-by: Reba Magier <rebeccam@syapse.com>",
"is_bot": false,
"headline": "Adds hidden_views parameter to publish() (#614)",
"author_name": "Stephen Mitchell",
"author_login": "scuml",
"committed_at": "2020-05-04T17:42:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a9e0e55577f5961518430d294d66cfd29905daf",
"body": "* delete docs folder from master (#520)\r\n\r\n* delete folder\r\n\r\n* add back readme for docs\r\n\r\n* Fix logger statement in User.add (#608)\r\n\r\nThe logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved to a new variable. We want the logger statement to use that new user\r\n\r\nCo-authored-by: Jac <jacalata@users.noreply.github.com>\r\nCo-authored-by: Reba Magier <rebeccam@syapse.com>",
"is_bot": false,
"headline": "Sync development with master branch (#613)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-05-01T17:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "188be71e0fbe9d87ac36628af21d2f63af32d020",
"body": "Merge development into master for v0.11 release\r\n\r\nv0.11 (1 May 2020)\r\n\r\n-Added more fields to Data Acceleration config (#588)\r\n-Added OpenID as an auth setting enum (#610)\r\n-Added support for Data Acceleration Reports (#596)\r\n-Added support for view permissions (#526)\r\n-Materialized views changed to Data Acceleration (#576)\r\n-Improved consistency across workbook/datasource endpoints (#570)\r\n-Fixed print error in update_connection.py (#602)\r\n-Fixed log error in add user endpoint (#608)",
"is_bot": false,
"headline": "Merge pull request #612 from tableau/development",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-05-01T17:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03f76292d97d1a3302761247a4bc3e91d427c3ec",
"body": "* delete docs folder from master (#520)\r\n\r\n* delete folder\r\n\r\n* add back readme for docs\r\n\r\n* Fix logger statement in User.add (#608)\r\n\r\nThe logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved to a new variable. We want the logger statement to use that new user\r\n\r\n* Updates changelog and contributors for v0.11 release\r\n\r\nCo-authored-by: Jac <jacalata@users.noreply.github.com>\r\nCo-authored-by: Reba Magier <rebeccam@syapse.com>",
"is_bot": false,
"headline": "V0.11 release (#611)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-05-01T16:47:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "977b3d95134379a3ff4b338ba7338ef26953706e",
"body": "The logger statement is using the parameter to output the id of the user, but that isnt set until line 67 and saved to a new variable. We want the logger statement to use that new user",
"is_bot": false,
"headline": "Fix logger statement in User.add (#608)",
"author_name": "Reba Magier",
"author_login": null,
"committed_at": "2020-05-01T16:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6bf1e6c6dc4437e871d5ff80b8b2b646a6db5fe",
"body": null,
"is_bot": false,
"headline": "Adding OpenID as an auth setting enum (#610)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-05-01T16:17:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a1aeb622862e3dc3c4361c74088a4ab3d34061",
"body": "…nts (#603)\n\n* Fixes default permissions urls and adds return value to update endpoints\r\n\r\n* Fix code style error\r\n\r\n* Adds samples for using permissions and default permissions endpoints",
"is_bot": false,
"headline": "Fixes default permissions urls and adds return value to update endpoi…",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-05-01T16:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "42592bd7adc732200de735dd47d6b60ed6164a73",
"body": null,
"is_bot": false,
"headline": "Fixes print statment error in update_connection sample (#602)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-04-24T20:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3142ee47acbfc8f4b9ac032cb00746c378a4efd7",
"body": "Follow the permissions patterns :)",
"is_bot": false,
"headline": "Add support for View Permissions (#526)",
"author_name": "Tyler Doyle",
"author_login": "t8y8",
"committed_at": "2020-04-14T20:50:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5812dc9043348f7b80ad0c4dd363652a2351756d",
"body": "* fixing a bug due to bool(time(0,0)) is false\r\n\r\n* replace materialized views with data acceleration\r\n\r\n* made changes in tests\r\n\r\n* fixed a unit test\r\n\r\n* restore deleted lines by mistake\r\n\r\n* replace materialize_workbooks.py with accelerate_workbooks.py\r\n\r\n* undo a fix to test_sort.py\r\n\r\n* format\n[…]\norkbooks.py\r\n\r\n* adding additional fields to data_acceleration_config\r\n\r\n* add acceleration report endpoint\r\n\r\n* adding unit test\r\n\r\n* fixed over-indentation\r\n\r\nCo-authored-by: dguo <dguo@tableau.com>",
"is_bot": false,
"headline": "Adding DataAccelerationReport end point and item (#596)",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2020-04-09T22:13:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2552c26819f2e13b1031aab94472678004c9d848",
"body": "* Add flexibility for wkbk/ds id or item in endpoint\r\n\r\n* Add API version number decorator\r\n\r\n* Write tests for workbook refresh\r\n\r\n* Correct refresh XML\r\n\r\n* Correct code style\r\n\r\n* Create tests for datasource refresh\r\n\r\n* Test job cancel on item\r\n\r\nCo-authored-by: Jordan Woods <Jordan.Woods@mkcorp.com>",
"is_bot": false,
"headline": "Add flexibility for wkbk/ds id or item in endpoint (#570)",
"author_name": "jorwoods",
"author_login": "jorwoods",
"committed_at": "2020-04-08T23:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd0fcd5a392520c76d31f2201d6e1944bb04aae4",
"body": "* fixing a bug due to bool(time(0,0)) is false\r\n\r\n* replace materialized views with data acceleration\r\n\r\n* made changes in tests\r\n\r\n* fixed a unit test\r\n\r\n* restore deleted lines by mistake\r\n\r\n* replace materialize_workbooks.py with accelerate_workbooks.py\r\n\r\n* undo a fix to test_sort.py\r\n\r\n* format changes\r\n\r\n* another format change\r\n\r\n* format change\r\n\r\n* remove accelerate_workbooks.py\r\n\r\n* adding additional fields to data_acceleration_config\r\n\r\nCo-authored-by: dguo <dguo@tableau.com>",
"is_bot": false,
"headline": "Add additional fields to data acceleration config (#588)",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2020-03-26T17:38:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4122e9cc0789c9455c108be33118f586ffecad70",
"body": "…on\" (#576)\n\n* fixing a bug due to bool(time(0,0)) is false\r\n\r\n* replace materialized views with data acceleration\r\n\r\n* made changes in tests\r\n\r\n* fixed a unit test\r\n\r\n* restore deleted lines by mistake\r\n\r\n* replace materialize_workbooks.py with accelerate_workbooks.py\r\n\r\n* undo a fix to test_sort.py\r\n\r\n* format changes\r\n\r\n* another format change\r\n\r\n* format change\r\n\r\n* remove accelerate_workbooks.py",
"is_bot": false,
"headline": "Replacing the feature name \"materialized views\" with \"data accelerati…",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2020-03-03T17:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4b36f60cfe7938f2a51ae074b597e39dc508abd",
"body": "This will not work under python2 which is fine since 2 is EOL",
"is_bot": false,
"headline": "Adds long description to setup. (#574)",
"author_name": "Russell Hay",
"author_login": null,
"committed_at": "2020-02-24T21:48:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9375204c581c5288fe4b6abc3c84fea41a887b5",
"body": "Merging v0.10 changes from development to master\r\n\r\n* Added a way to handle non-xml errors (#515)\r\n* Added Webhooks endpoints for create, delete, get, list, and test (#523, #532)\r\n* Added delete method in the tasks endpoint (#524)\r\n* Added description attribute to WorkbookItem (#533)\r\n* Added suppor\n[…]\n#508)\r\n* Fixed runtime error in permissions endpoint (#513)\r\n* Fixed move_workbook_sites sample (#503)\r\n* Fixed project permissions endpoints (#527)\r\n* Fixed login.py sample to accept site name (#549)",
"is_bot": false,
"headline": "Merge pull request #573 from tableau/development",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-02-21T23:21:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a0fb11488797ede466aa113943f0624838596c71",
"body": "* Added a way to handle non-xml errors (#515)\r\n* Added Webhooks endpoints for create, delete, get, list, and test (#523, #532)\r\n* Added delete method in the tasks endpoint (#524)\r\n* Added description attribute to WorkbookItem (#533)\r\n* Added support for materializeViews as schedule and task types (#\n[…]\n#508)\r\n* Fixed runtime error in permissions endpoint (#513)\r\n* Fixed move_workbook_sites sample (#503)\r\n* Fixed project permissions endpoints (#527)\r\n* Fixed login.py sample to accept site name (#549)",
"is_bot": false,
"headline": "Prepares branch for a new release (#572)",
"author_name": "Chris Shin",
"author_login": null,
"committed_at": "2020-02-21T23:13:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "300307d5dd7b29d122a191964ae15e090b701f86",
"body": null,
"is_bot": false,
"headline": "Enabled moving projects too the root. (#567)",
"author_name": "Kacper Wolkiewicz",
"author_login": "wolkiewiczk",
"committed_at": "2020-02-14T17:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3dc62609341f38d43854e232c4230abfb06db8",
"body": null,
"is_bot": false,
"headline": "Added functionality to update projects' parent_id (#560)",
"author_name": "Kacper Wolkiewicz",
"author_login": "wolkiewiczk",
"committed_at": "2020-02-12T19:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15ee44b42e794591470941f02fbbc96229a14823",
"body": null,
"is_bot": false,
"headline": "update expected value in test to be url-encoded",
"author_name": "Jac Fitzgerald",
"author_login": "jacalata",
"committed_at": "2020-02-03T23:59:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f8530354788fbc48fdbe99db68e6d7491732c2",
"body": null,
"is_bot": false,
"headline": "change version requirement for urllib3",
"author_name": "Jac Fitzgerald",
"author_login": "jacalata",
"committed_at": "2020-02-03T22:36:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10381bc7a214673d6d0e59db57699e33531c12fc",
"body": "* fixing a bug due to bool(time(0,0)) is false\r\n\r\n* check warnings in Schedules.add_to_schedule\r\n\r\n* fixed a typo\r\n\r\n* removed unused comment\r\n\r\n* handle the case where a task was indeed created, but there is a warning\r\n\r\n* remove unnecessary import",
"is_bot": false,
"headline": "Add warnings when adding workbook to schedule (#551)",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2020-01-17T01:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5caa7c60e2a47adfdee166fba534256dec43592",
"body": "* fixing a bug due to bool(time(0,0)) is false\r\n\r\n* add warnings to schedule creation",
"is_bot": false,
"headline": "Receiving warnings in schedule creation (#550)",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2020-01-14T18:12:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "963d09bb1d78fad5257e0a2fb723580e6f0765db",
"body": "* Add site-name\r\n\r\n* sample-fix\r\n\r\n* Fix\r\n\r\n* fix2\r\n\r\n* whiteblank",
"is_bot": false,
"headline": "Add site-name (#549)",
"author_name": "Geraldine Zanolli",
"author_login": "illonage",
"committed_at": "2020-01-09T23:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8651a7ec7c9eed125aeb041b64f713a8ecc4e72",
"body": "…hon 3.4 (#545)\n\n* fixing a bug due to bool(time(0,0)) is false\r\n\r\n* change the null check for end_time at another place",
"is_bot": false,
"headline": "Fix minor bug in request factory due to bool(time(0,0))==False in Pyt…",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2019-12-30T18:26:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f6a5bceed172b8fa89645449a416bf560404483",
"body": "* fix minor bug in request_factory\r\n\r\n* make materializeNow an optional argument to be consistent with the server side code\r\n\r\n* factor",
"is_bot": false,
"headline": "Fix minor bug in request factory (#544)",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2019-12-19T21:21:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90343ace2b4dcc31fac7a2cf2889670a7c30cf62",
"body": "* Add support for materializeViews as schedule and task type\r\n\r\n* added task type to the url for get_by_id and run in tasks_endpoint, and added tests\r\n\r\n* normalized task_type\r\n\r\n* added a blank line at the line\r\n\r\n* fixed formatting failures\r\n\r\n* changed the logic for assert api version for MaterializeViews",
"is_bot": false,
"headline": "Add support for materializeViews as schedule and task type (#542)",
"author_name": "Dahai Guo",
"author_login": "guodah",
"committed_at": "2019-12-13T20:16:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "308705da66d9e25a8c8a3c0ec2dfcf45c761ba56",
"body": null,
"is_bot": false,
"headline": "Adds description as a read-only attribute of WorkbookItem (#533)",
"author_name": "Jorge Fonseca",
"author_login": "jorgeFons",
"committed_at": "2019-12-04T19:05:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62f0f94cb3a5323620265ba4ac8e2d124f320f01",
"body": "Webhooks tests and samples",
"is_bot": false,
"headline": "Merge pull request #532 from tableau/webhooks-fixes",
"author_name": "Jac",
"author_login": "jacalata",
"committed_at": "2019-11-26T00:21:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f89b1d562d94f917e29c4d182fb598df1de66623",
"body": null,
"is_bot": false,
"headline": "tests and lint passing",
"author_name": "Jac Fitzgerald",
"author_login": "jacalata",
"committed_at": "2019-11-25T19:53:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 6,
"commits_last_year": 0,
"latest_release_at": "2020-07-22T22:40:17Z",
"latest_release_tag": "v0.12.1",
"releases_from_tags": true,
"days_since_last_push": 1990,
"active_weeks_last_year": 0,
"days_since_latest_release": 2195,
"mean_days_between_releases": 236.6
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "tableauserverclient",
"exists": true,
"license": "MIT",
"keywords": [
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14"
],
"ecosystem": "pypi",
"matches_repo": false,
"registry_url": "https://pypi.org/project/tableauserverclient/",
"is_deprecated": false,
"latest_version": "0.41",
"repository_url": "https://github.com/tableau/server-client-python",
"versions_count": 50,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2016-09-12T20:49:50.947492Z",
"latest_published_at": "2026-06-25T23:41:19.292927Z",
"latest_version_yanked": null,
"days_since_latest_publish": 31
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"samples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [],
"largest_source_bytes": 68632,
"source_files_sampled": 143,
"oversized_source_files": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"setup.cfg",
"setup.py"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 8,
"malicious_count": 0,
"assessed_package": "pypi:tableauserverclient@0.41",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"pypi"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 4,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "t8y8",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/4370533?v=4"
},
{
"type": "User",
"login": "shinchris",
"commits": 37,
"avatar_url": "https://avatars.githubusercontent.com/u/10054801?v=4"
},
{
"type": "User",
"login": "jacalata",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/2009720?v=4"
},
{
"type": "User",
"login": "lbrendanl",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/5441045?v=4"
},
{
"type": "User",
"login": "LGraber",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/7854459?v=4"
},
{
"type": "User",
"login": "jorwoods",
"commits": 12,
"avatar_url": "https://avatars.githubusercontent.com/u/13803242?v=4"
},
{
"type": "User",
"login": "gaoang2148",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/1755965?v=4"
},
{
"type": "User",
"login": "benlower",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/476553?v=4"
},
{
"type": "User",
"login": "guodah",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/3997275?v=4"
},
{
"type": "User",
"login": "jdomingu",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/5760201?v=4"
}
],
"contributors_sampled": 49,
"top_contributor_share": 0.228
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "a5b925222ae437bcbf38788c79aa72abce79d6e8",
"ran_at": "2026-07-27T00:32:47Z",
"aggregate_score": 3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [
{
"number": 1,
"created_at": "2021-02-12T19:42:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 2,
"created_at": "2021-02-12T22:01:31Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/shinchris/server-client-python",
"host": "github.com",
"name": "server-client-python",
"owner": "shinchris"
},
"metrics": {
"overall": {
"key": "overall",
"band": "critical",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 26,
"inputs": {
"security": 44,
"vitality": 13,
"community": 12,
"governance": 45,
"engineering": 38,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 30,
"overall_after_abandonment_multiplier": 26
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 13,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 1990,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1990 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "push_recency",
"params": {
"days": 1990
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"releases_count": 6,
"latest_release_tag": "v0.12.1",
"releases_from_tags": true,
"days_since_latest_release": 2195,
"mean_days_between_releases": 236.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "6 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 6
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2195 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 2195
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~236.6 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 236.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"dependencies_clean"
],
"signals": [
"release_stall",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 2,
"unanswered_open_issues": 0,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 2054,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 2054 days; 2 unmet obligation(s): releases stalled, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 2054,
"count": 2,
"signals": "releases stalled, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 45,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "good",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"bus_factor": 4,
"contributors_sampled": 49,
"top_contributor_share": 0.228
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "4 contributor(s) cover half of all commits",
"points": 43.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 4
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 23% of commits",
"points": 17.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 23
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "49 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 49
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 43,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "shinchris",
"public_repos": 5,
"account_age_days": 4253
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "8 followers of shinchris",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "shinchris"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "5 public repos, account ~11 yr old",
"points": 17.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 5
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 38,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://tableau.github.io/server-client-python",
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://tableau.github.io/server-client-python",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 44,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the pypi:tableauserverclient@0.41 runtime dependency closure — what installing the published package pulls in — 8 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "pypi:tableauserverclient@0.41",
"assessed": 8
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 8,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 8,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 4
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "at_risk",
"name": "AI Readiness",
"value": 35,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.7,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "70 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 37.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 70,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "critical",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "moderate",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 68632,
"source_files_sampled": 143,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python without a type-check config",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_typecheck_config_language",
"params": {
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/143 source files over 60KB",
"points": 54.6,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 143,
"oversized": 1
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"samples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "samples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "samples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Community profile unavailable",
"pypi package 'tableauserverclient' points at a different repository (https://github.com/tableau/server-client-python); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T00:33:03.212753Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/shinchris/server-client-python.svg",
"full_name": "shinchris/server-client-python",
"license_state": "standard",
"license_spdx": "MIT"
}