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

Deprecates Source in JobMappingTransformer config #2869

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

nickzelei
Copy link
Member

No description provided.

Copy link

vercel bot commented Oct 25, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
neosync-docs ⬜️ Ignored (Inspect) Visit Preview Oct 25, 2024 10:56pm

@nickzelei nickzelei added the Tech Debt Created by Linear-GitHub Sync label Oct 25, 2024
Copy link

github-actions bot commented Oct 25, 2024

The latest Buf updates on your PR. Results from workflow Buf / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedOct 25, 2024, 10:56 PM


interface Props {
row: Row<{ schema: string; table: string; column: string }>;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TS was continually unhappy about this even though it builds. This update just makes it less type dependent on the Row type and pushes it to the caller.

return (
<div className="flex flex-row gap-2 items-center">
<SchemaRowAlert
row={row}
rowKey={columnKey}
Copy link
Member Author

@nickzelei nickzelei Oct 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

much cleaner, doesn't expose the Row anymore to this component and fixes the weird build error that kept showing up here.

@nickzelei nickzelei changed the title Nick/deprecate jm transformer source Deprecates Source in JobMappingTransformer config Oct 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Tech Debt Created by Linear-GitHub Sync
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant