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
0.1.0,0.1.1
Two datasources cannot be created with the same ingestion schedule
Task already scheduled on this type
Multiple datasources with the same schedule should be supported.
No response
The constraint uq_task_type_schedule seems to be the culprit. It should be on parent_id and schedule rather than on task type and schedule.
uq_task_type_schedule
The text was updated successfully, but these errors were encountered:
fix(api): add parent_id to tasks unique constraint (#122)
26eed90
Closes #118
Successfully merging a pull request may close this issue.
Nesis version
0.1.0,0.1.1
Describe the bug
Two datasources cannot be created with the same ingestion schedule
To reproduce
Task already scheduled on this type
Expected behavior
Multiple datasources with the same schedule should be supported.
Screenshots
No response
Additional context
The constraint
uq_task_type_schedule
seems to be the culprit. It should be on parent_id and schedule rather than on task type and schedule.The text was updated successfully, but these errors were encountered: