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

feat: add skip collector at advanced mode #6454

Merged
merged 2 commits into from
Nov 16, 2023
Merged

feat: add skip collector at advanced mode #6454

merged 2 commits into from
Nov 16, 2023

Conversation

abeizn
Copy link
Contributor

@abeizn abeizn commented Nov 14, 2023

Summary

feat: add skip collector at an advanced mode when a subtask is not nil

Does this close any open issues?

Closes #6088

Screenshots

advanced mode:

curl --request POST \
  --url http://localhost:8080/blueprints/7/trigger \
  --header 'content-type: application/json' \
  --data '{
    "fullSync": false,
    "skipCollectors": true
}'

results show:
image

Other Information

Test on normal mode and advanced mode.

@abeizn abeizn marked this pull request as draft November 14, 2023 08:47
@abeizn abeizn marked this pull request as ready for review November 16, 2023 06:34
@klesh klesh merged commit 1e9acdf into main Nov 16, 2023
10 checks passed
@klesh klesh deleted the feat#6088 branch November 16, 2023 08:11
@abeizn abeizn changed the title feat: add skip collector at advanced mode when subtask not nil feat: add skip collector at advanced mode Nov 16, 2023
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 this pull request may close these issues.

[Feature][blueprint] Support "skipCollectors" in Advanced mode blueprint
2 participants