Skip to content

Support for Redshift 'copy from' syntax #164

@RickardCardell

Description

@RickardCardell

I would like to add some missing Redshift syntax support, namely 'COPY target FROM src'.
The syntax specification: https://docs.aws.amazon.com/redshift/latest/dg/r_COPY.html

The biggest change is that would allow a string literal as the source, e.g 's3://path/':
COPY target FROM 's3://some_path'

It can be discussed if having a source table being represented as a path is something that should be supported.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions