Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C csvkit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 61
    • Issues 61
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wireservice
  • csvkit
  • Merge requests
  • !455

add support for custom sqlalchemy dialects in create table statements

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/pedros/psilva/pyhive.sqlalchemy_hive into master Oct 07, 2015
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

Created by: pedros

Currently, creating table statements is limited to SQLAlchemy's built-in dialects. This patch substitutes loading dialects via sqlalchemy.dialects.registry for __importing__ from sqlalchemy.dialects.name. This allows for loading dialects added via setuptools entry_points. For example pip install pyhive, which I tested with, provides SQLAlchemy dialects for Hive and Presto.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/pedros/psilva/pyhive.sqlalchemy_hive