Skip to content

Conversation

@Vdaleke
Copy link
Contributor

@Vdaleke Vdaleke commented Nov 16, 2025

Adds **kwargs to the export_to_dataframe method and passes them to _get_text for the table cell.

In TripletTableSerializer, the method is called with doc_serializer, which solves the problem of incorrect serialization.

Tests for the case have been added.

Resolves #423

@github-actions
Copy link
Contributor

github-actions bot commented Nov 16, 2025

DCO Check Passed

Thanks @Vdaleke, all your commits are properly signed off. 🎉

@dosubot
Copy link

dosubot bot commented Nov 16, 2025

Related Documentation

Checked 3 published document(s) in 1 knowledge base(s). No updates required.

How did I do? Any feedback?  Join Discord

@mergify
Copy link

mergify bot commented Nov 16, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🔴 Require two reviewer for test updates

This rule is failing.

When test data is updated, we require two reviewers

  • #approved-reviews-by >= 2

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?(!)?:

@Vdaleke Vdaleke force-pushed the fix/triplet-table-serializer branch from abd0ce6 to 4dd9c85 Compare November 16, 2025 21:07
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.

TripletTableSerializer always serializes rich cells in markdown

1 participant