We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary
Some cases make the databend as a query engine from different data sources:
Case 1:
SELECT parse_json($1) FROM @stage/@location
Case 2:
COPY INTO <t1> SELECT parse_json($1) FROM @stage/@location
Before this work is done, these issues will be blocked:
The text was updated successfully, but these errors were encountered:
cc @sundy-li @zhang2014
Sorry, something went wrong.
I'm thinking of doing it in #7211. But it's great if someone more familiar with meta will take this issue.
Thanks for the syncing, @dantengsky is more familiar with it. He plans to give some details or some work about it.
@doki23 @BohuTANG
I am doing some POC works now, hopefully PR will be opened soon... :)
dantengsky
No branches or pull requests
Summary
Some cases make the databend as a query engine from different data sources:
Case 1:
Case 2:
Before this work is done, these issues will be blocked:
The text was updated successfully, but these errors were encountered: