Skip to content

docs(sigma): update quickstart from to_osi_yaml() -> to_ossie_yaml() - #415

Open
christianeu-db wants to merge 1 commit into
apache:mainfrom
christianeu-db:fix-sigma-readme-to-ossie-yaml
Open

christianeu-db wants to merge 1 commit into
apache:mainfrom
christianeu-db:fix-sigma-readme-to-ossie-yaml

Conversation

@christianeu-db

Copy link
Copy Markdown
Contributor

Summary

The Python quickstart in converters/sigma/README.md calls result.output.to_osi_yaml().

This is a one-line documentation fix to correct to to_ossie_yaml() as part of the OSI -> Ossie rename.

Related Issues

None — documentation typo fix.

Checklist

Documentation

  • docs/ is updated to reflect any user-facing changes (converter README corrected)
  • New features or behaviors are documented with examples where appropriate (N/A — typo fix)

Tests

  • All existing tests pass (no code changed; README-only)

Compliance

  • ASF license headers are present on all new source files (N/A — no new source files)

The Python quickstart in converters/sigma/README.md calls
result.output.to_osi_yaml(), which does not exist. Correct it to
to_ossie_yaml() as part of the OSI -> Ossie rename. This is the method
name used by the Sigma converter CLI and the round-trip tests.

Co-authored-by: Isaac <no-reply@databricks.com>
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.

1 participant