Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sql,sql-parser: parse CREATE SOURCES #6299

Merged
merged 1 commit into from Apr 7, 2021

Commits on Apr 7, 2021

  1. sql,sql-parser: parse CREATE SOURCES FROM POSTGRES

    Parses statements like:
    	CREATE SOURCES FROM POSTGRES
    	  HOST        '...'
    	  PUBLICATION '...'
    	  NAMESPACE   '...'
    	  TABLES (...)
    where each of the upstream sources shares a HOST, PUBLICATION, and
    NAMESPACE, but has its own table name, alias, and optional column
    definitions. Leaves planning and sequencing unimplemented.
    JLDLaughlin committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    dd3c3ae View commit details
    Browse the repository at this point in the history