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

[Feature] 是否能支持定时导出报表的功能 #40578

Open
2 of 3 tasks
zhaomingcheng01 opened this issue Sep 10, 2024 · 2 comments
Open
2 of 3 tasks

[Feature] 是否能支持定时导出报表的功能 #40578

zhaomingcheng01 opened this issue Sep 10, 2024 · 2 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@zhaomingcheng01
Copy link

Search before asking

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

Description

CREATE JOB my_job
ON SCHEDULE EVERY 4 WEEK STARTS '2024-09-10 11:10:00'
COMMENT '每月导出报表'
DO
SELECT * FROM test.user
INTO OUTFILE "s3://doris/user_result_"
FORMAT AS CSV
PROPERTIES(
"s3.endpoint" = "http://10.95.104.181:9000",
"s3.region" = "us-east1",
"s3.access_key"= "admin",
"s3.secret_key" = ""
);
此语法不支持

Use case

No response

Related issues

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@zhaomingcheng01 zhaomingcheng01 added the kind/feature Categorizes issue or PR as related to a new feature. label Sep 10, 2024
@ihadoop
Copy link

ihadoop commented Sep 10, 2024

it's much better for supporting cron expression

@ihadoop
Copy link

ihadoop commented Sep 10, 2024

plz assigne this task to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants