-
Notifications
You must be signed in to change notification settings - Fork 41
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
update readme #2397
update readme #2397
Conversation
…eDB/glaredb into universalmind303/readme-datasources
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ship!
Co-authored-by: Sean Smith <scsmithr@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don’t support writes for:
- Snowflake
- BigQuery
- Clickhouse
AND
Any of the file formats (in form of INSERT
queries)
We do however support COPY TO
for:
- CSV
- Newline Delimited JSON
- Parquet
- BSON
4205a9c
to
ea85b8c
Compare
do you think we should add separate columns for insert/copy? I wanted to keep the table from getting too cluttered |
We could do asterisk, then have a "* COPY TO only" or something |
…eDB/glaredb into universalmind303/readme-datasources
…03/readme-datasources
@vrongmeal @scsmithr I made a change that addresses the copy/insert that i think is a bit cleaner. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm surprised that we support inserts for persisted data in the apache arrow format, which seems worth double checking.
Because (I believe) all of the COPY TO
- only supported formats also support globbing, you can get append-only modifications to existing tables by just adding new files that match the glob. I don't think this is expressible on this page, but it's not nothing.
closes #2394
I think this is a pretty comprehensive list.
I'd suggest reviewers to doublecheck just in case I accidentally marked some of them as supported that are not (or vice-versa).