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

[Bug] The file exported to S3 cannot be set to pull label #37036

Open
2 of 3 tasks
victory-wu opened this issue Jun 30, 2024 · 0 comments
Open
2 of 3 tasks

[Bug] The file exported to S3 cannot be set to pull label #37036

victory-wu opened this issue Jun 30, 2024 · 0 comments

Comments

@victory-wu
Copy link

victory-wu commented Jun 30, 2024

Search before asking

  • I had searched in the issues and found no similar issues.

Version

doris 2.1.3

What's Wrong?

The file exported to S3 cannot be set to pull label, Unable to view export progress

What You Expected?

Can set label to view export progress

How to Reproduce?

EXPORT TABLE student_audit TO "s3://tempfile/" 
WITH s3 (
"label"="xxx",
    "s3.endpoint" = "http://xxx.com/",
    "s3.region" = "k7g",
    "column_separator"=",",
    "s3.secret_key"="",
    "s3.access_key" = "",
    "use_path_style" = "true"
);

Anything Else?

1. Hope to export to S3 and support Excel, with comma symbol in the data,

Or let CSV support including data quotation marks

example:

1,2,3,"4,5,6",7,8

2. I hope the columns parameter can support alias

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant