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][Api] init dolphinscheduler-postgre.sql error #4760

Closed
yakcy opened this issue Feb 10, 2021 · 1 comment · Fixed by #4763
Closed

[Bug][Api] init dolphinscheduler-postgre.sql error #4760

yakcy opened this issue Feb 10, 2021 · 1 comment · Fixed by #4763
Milestone

Comments

@yakcy
Copy link
Contributor

yakcy commented Feb 10, 2021

**For better global communication, Please describe it in English. If you feel the description in English is not clear, then you can append description in Chinese(just for Mandarin(CN)), thx! **
Describe the bug
run dolphinscheduler-postgre.sql error about next sql:
INSERT INTO t_ds_alertgroup(id,alert_instance_ids, create_user_id, group_name, description, create_time, update_time)
VALUES (1, '1,2','dolphinscheduler warning group', 'dolphinscheduler warning group', '2018-11-29 10:20:39',
'2018-11-29 10:20:39');

To Reproduce
Steps to reproduce the behavior, for example:

  1. run dolphinscheduler-postgre.sql
  2. see error:
    [Err] error: INSERT has more specified fields than expressions
    LINE 1: ...te_user_id, group_name, description, create_time, update_tim...

Expected behavior
fix this bug

Screenshots
If applicable, add screenshots to help explain your problem.

Which version of Dolphin Scheduler:
-[dev]

Additional context
Add any other context about the problem here.

Requirement or improvement

  • Please describe about your requirements or improvement suggestions.
@yakcy
Copy link
Contributor Author

yakcy commented Feb 10, 2021

I will fix it

@yakcy yakcy closed this as completed Feb 10, 2021
@yakcy yakcy reopened this Feb 10, 2021
@davidzollo davidzollo added this to the 1.3.6-release milestone Feb 12, 2021
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

Successfully merging a pull request may close this issue.

2 participants