Skip to content

docs(cloudquery): correctness and completeness pass on task docs - #175

Open
aj-emerich wants to merge 1 commit into
mainfrom
docs/plugin-cloudquery-task-doc-review
Open

docs(cloudquery): correctness and completeness pass on task docs#175
aj-emerich wants to merge 1 commit into
mainfrom
docs/plugin-cloudquery-task-doc-review

Conversation

@aj-emerich

Copy link
Copy Markdown
Member

Documentation review: plugin-cloudquery

Task-level doc pass over the two tasks (Sync, CloudQueryCLI), the shared AbstractCloudQueryCommand, index.yaml, and the how-to doc. Documentation only; no runtime behavior changes.

Fixes

  • package-info.java@PluginSubGroup was missing the title attribute → added "CloudQuery" (matches index.yaml).
  • how-to doc — the CloudQueryCLI entry told users to set beforeCommands, but that is not a property on the task (the alias cloudquery=… before-command is applied internally; there is no user-settable beforeCommands) → removed it from the list.
  • CloudQueryCLI example — the inline config.yml block scalar placed the --- multi-document separator and the entire destination document indented under the source's spec. After the block scalar is de-indented, the --- lands at column 2 (not a valid YAML document separator) and the destination document is nested incorrectly, so the config would fail to parse. Realigned the --- and destination document to the top level of the file.

Sync's two examples, AbstractCloudQueryCommand (env/docker/taskRunner/containerImage all documented, docker correctly marked deprecated), index.yaml, and the how-to Authentication section were all accurate. No @Metric declared or emitted; secrets use {{ secret('...') }} throughout. No code-level flags.

Add the missing @PluginSubGroup title, remove a non-existent
beforeCommands property from the CloudQueryCLI how-to entry, and fix
the malformed multi-document YAML indentation in the CloudQueryCLI
example (the --- separator and destination doc were indented under the
source spec). Documentation only.
@github-actions

github-actions Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

📦 Artifacts

Name Size Updated Expiration
jar 35.94 KB Jul 29, 26, 7:58:25 AM UTC Aug 5, 26, 7:58:24 AM UTC

🧪 Java Unit Tests

TestsPassed ✅SkippedFailedTime ⏱
Java Tests Report3 ran3 ✅0 ⚠️0 ❌32s 476ms

🔁 Unreleased Commits

1 commits since v1.2.6

SHA Title Author Date
7e6196c fix: renormalize gradlew.bat line endings François Delbrayelle Jul 23, 26, 1:02:18 PM UTC

@github-actions

Copy link
Copy Markdown
Contributor

Tests report quick summary:

success ✅ > tests: 3, success: 3, skipped: 0, failed: 0

unfold for details
Project Status Success Skipped Failed
plugin-cloudquery success ✅ 3 0 0

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.

2 participants