-
Notifications
You must be signed in to change notification settings - Fork 426
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
feat: Task datasource and fixes #3195
feat: Task datasource and fixes #3195
Conversation
Integration tests failure for ed1251592b98654e893e6603f4492bdfdad5b3c3 |
Integration tests failure for 4ba347973ed7175e8ca566d67653229a1e6619d2 |
pkg/acceptance/bettertestspoc/assert/resourceshowoutputassert/user_show_output_ext.go
Outdated
Show resolved
Hide resolved
…-fixes # Conflicts: # pkg/datasources/tasks_acceptance_test.go # pkg/resources/task_acceptance_test.go
Integration tests failure for 584a3ca350378be7ea5893e2bd2aca4ccb89ad88 |
Type: schema.TypeBool, | ||
Optional: true, | ||
Default: true, | ||
Description: "Runs SHOW PARAMETERS FOR TASK for each user returned by SHOW TASK. The output of describe is saved to the parameters field as a map. By default this value is set to true.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't it be for each task
? Also, get rid of describe
in the second sentence, as it's confusing with DESCRIBE
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in: #3202
} | ||
*setField = &sdk.In{Schema: schemaId} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit (next PR): default return err?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in: #3202
Changes
config
with $$in
filteringList from previous prs
as
field) - feat: Task resource v1 readiness #3113 (comment)