{"id":31536946,"url":"https://github.com/remi-td/superset-td","last_synced_at":"2026-05-17T15:40:51.432Z","repository":{"id":83456492,"uuid":"101516323","full_name":"remi-td/superset-td","owner":"remi-td","description":"Superset for Teradata database - Docker image","archived":false,"fork":false,"pushed_at":"2017-09-12T16:37:10.000Z","size":19,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-13T08:36:51.685Z","etag":null,"topics":["docker","sqlalchemy","superset","teradata"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remi-td.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-08-26T22:21:00.000Z","updated_at":"2020-01-27T18:54:40.000Z","dependencies_parsed_at":"2023-04-17T06:16:20.757Z","dependency_job_id":null,"html_url":"https://github.com/remi-td/superset-td","commit_stats":null,"previous_names":["remi-td/superset-td"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/remi-td/superset-td","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remi-td%2Fsuperset-td","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remi-td%2Fsuperset-td/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remi-td%2Fsuperset-td/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remi-td%2Fsuperset-td/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remi-td","download_url":"https://codeload.github.com/remi-td/superset-td/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remi-td%2Fsuperset-td/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278283470,"owners_count":25961311,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["docker","sqlalchemy","superset","teradata"],"created_at":"2025-10-04T07:49:59.545Z","updated_at":"2025-10-04T07:50:12.012Z","avatar_url":"https://github.com/remi-td.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Superset \u0026 Teradata\n[Superset](https://github.com/apache/incubator-superset) docker image with Teradata database drivers. \nUses the [Teradata Dialect for SQL Alchemy](https://github.com/Teradata/sqlalchemy-teradata).\nCurrently only supports SQLite database backend for superset metadata.\n\n## Image build\n* Clone or Download this repository.\n* Download the [Teradata ODBC Drivers for Linux](http://downloads.teradata.com/download/connectivity/odbc-driver/linux) (you will need to register and accept the licence terms). And place the tar.gz file in this directory.\n* Optional: Edit the defaults for [application configuration options](superset.cfg) or [admin credentials](admin.cfg). These files will be used to setup application and create the metadata backend if no persistent Superset config is found.\n* Navigate to this directory and build the Docker image: \n\n`docker build -t superset-td .`\n\n## Express setup\nBy default, this image will setup a local Superset application and database backend at runtime, using its default [application](superset.cfg) and [admin](admin.cfg) settings.\nThis of course implies that any changes made will be lost with the container, but this is good enough to test the image. \n\n`run -d --name superset-td -p 8088:8088 superset-td`\n\n## Backend Persistence\nTo persist the backend and application configuration, mount a volume to the `/superset` point.\nIf not found, the default Superset application and database backend will be deployed to this volume.\n\n`docker run -it --name superset-td   -v /tmp/superset:/superset:z   -p 8088:8088 superset-td`\n\n## Getting started\n* Open a web browser and point to the superset application at `\u003chostname\u003e:\u003cport\u003e`. E.g. http://localhost:8088\n (Default on a local deployment)\n* Login with the admin user and password. See defaults in [config file](admin.cfg).\n* Create the database connection:\n    * Go to Sources\u003eDatabases and click \"Add a new record\". E.g. http://localhost:8088/databaseview/add.\n    * Enter a name for the Database connection.\n    * Specify the [SQLAlchemy URL](http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html#database-urls), specifying 'teradata' for the dialect. E.g `teradata://user:password@192.168.123.123/dbc`.\n    * You may want to check \"Expose in SQL Lab\" to directly write queries in the SQL lab.\n    * Test/Save connection.\n* Import tables/views:\n    * Go to Sources\u003eTables and click \"Add a new record\". E.g. http://localhost:8088/tablemodelview/add.\n    * Select the database connection, schema (e.g. 'dbc'), table (e.g. 'tables').\n    * Click save and click on the table name to start editing a slice!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremi-td%2Fsuperset-td","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremi-td%2Fsuperset-td","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremi-td%2Fsuperset-td/lists"}