{"id":25740138,"url":"https://github.com/datadotworld/tableau-connector","last_synced_at":"2025-05-08T21:14:49.826Z","repository":{"id":43585238,"uuid":"88304018","full_name":"datadotworld/tableau-connector","owner":"datadotworld","description":"Tableau connector for data.world","archived":false,"fork":false,"pushed_at":"2025-01-07T18:25:47.000Z","size":3340,"stargazers_count":7,"open_issues_count":31,"forks_count":3,"subscribers_count":36,"default_branch":"main","last_synced_at":"2025-05-08T21:14:42.402Z","etag":null,"topics":["datasets","dwstruct-t50-public-projects","open-data","reference-implementation","tableau","tableau-connector"],"latest_commit_sha":null,"homepage":"https://data.world/integrations/tableau","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datadotworld.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-14T21:16:45.000Z","updated_at":"2025-04-01T21:35:02.000Z","dependencies_parsed_at":"2025-01-07T19:43:10.576Z","dependency_job_id":"df5e5dc5-186e-4aba-a75f-86a2b435cf40","html_url":"https://github.com/datadotworld/tableau-connector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftableau-connector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftableau-connector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftableau-connector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datadotworld%2Ftableau-connector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datadotworld","download_url":"https://codeload.github.com/datadotworld/tableau-connector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253149618,"owners_count":21861740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datasets","dwstruct-t50-public-projects","open-data","reference-implementation","tableau","tableau-connector"],"created_at":"2025-02-26T08:36:38.643Z","updated_at":"2025-05-08T21:14:49.804Z","avatar_url":"https://github.com/datadotworld.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# data.world — Tableau Web Data Connector\n\nTableau can help anyone see and understand their data. Connect to almost any database, drag and \ndrop to create visualizations, and share your work with a click.\n\ndata.world’s Tableau web data connector is designed for business intelligence analysts, \nresearchers, journalists, and students who want to quickly find data to visualize.\n\nCreate your visualizations with data from multiple sources, including:\n\n* Government agencies\n* Academia\n* Canonical datasets\n* Your own data hosted freely\n* Data subsets via SQL\n* The open data community\n\nThe connector supports Tableau and Tableau Public versions 10 and greater.\n\n## Getting started\n\nUsing the Web Data Connector is simple!\n\nIn Tableau or Tableau Public v.10+:\n\n1. Select the Web Data Connector option under Connect \u003e To a Server.\n2. In the window that opens, enter tableau.data.world for the web data connector URL and press \nEnter. This will open the data.world web data connector.\n\nFor additional information, check-out our video tutorial:\n\n[![Intro to data.world Web Data Connector](https://img.youtube.com/vi/B43xnBKbATg/0.jpg)](https://www.youtube.com/watch?v=B43xnBKbATg)\n\n## Enable scheduled refreshes for extracts created with WDC\n\nTo enable scheduled refreshes for extracts created from data.world WDC, we'll need to add the WDC and api domains to safe list on the Tableau Server.\n    \n    A.  To configure safe list on Tableau Server version 10.5 and below run the following commands on the machine\n       \n        From Tableau server directory (e.g C:\\Program Files\\Tableau\\Tableau Server)\n\n        1. cd \u003ctableau server dir\u003e\\\u003ctableau server version\u003e\\bin\n\n        2. tabadmin whitelist_webdataconnector -a https://tableau.data.world:443\n\n        3. tabadmin whitelist_webdataconnector -s https://tableau.data.world:443 https://api.data.world/(.*),https://query.data.world/(.*),https://data.world/oauth/(.*),https://auth.data.world/oauth/(.*)\n\n        4. tabadmin restart\n\nFor more info see [tabadmin Commands](https://onlinehelp.tableau.com/v10.5/server/en-us/tabadmin_cmd.htm#whitelist_wdc)\n    \n    B.  To configure safe list for Tableau Server version 2018.1 and above run the following commands on the machine \n\n        1. tsm data-access web-data-connectors add --name 'DW WDC' --url https://tableau.data.world:443 --secondary https://api.data.world/*, https://query.data.world/*, https://data.world/oauth/*, https://auth.data.world/oauth/*\n\n        2. tsm data-access web-data-connectors allow\n\n        3. tsm restart\n\nFor more info see [Web Data Connectors in Tableau Server](https://onlinehelp.tableau.com/current/server/en-us/datasource_wdc.htm) and [tsm data-access](https://onlinehelp.tableau.com/current/server/en-us/cli_data-access.htm#web-data-connectors-add)\n\n\n## Contributing\n\nThe data.world Web Data Connector is an open-source project. Community participation is encouraged.\nIf you'd like to contribute, please follow the [Contributing Guidelines](CONTRIBUTING.md).\n\n## License\n\nApache License 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadotworld%2Ftableau-connector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatadotworld%2Ftableau-connector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatadotworld%2Ftableau-connector/lists"}