Skip to content

Conversation

@bobbyiliev
Copy link
Contributor

@bobbyiliev bobbyiliev commented Nov 17, 2025

Currently on-hold but this is the initial implementation for the source versioning refactor as per #646

The main changes to consider:

  • Marking the table attribute as optional and deprecated for both the MySQL and Postgres sources
  • Introducing the new materialize_source_table_{mysql|postgres|sqlserver|webhook} resource which allows us to do CREATE TABLE ... FROM SOURCE|WEBHOOK ...

Things that are still pending: #646

Currently missing tests for the webhook source.

Fixes #686
Fixes #602

Covers most of the tasks under #646

@bobbyiliev bobbyiliev force-pushed the source-versioning-revisit branch 15 times, most recently from e1c296c to 2f70f40 Compare November 19, 2025 14:50
@bobbyiliev bobbyiliev changed the title [WIP] Source versioning Source versioning Nov 19, 2025
@bobbyiliev bobbyiliev force-pushed the source-versioning-revisit branch 4 times, most recently from 2282d5e to 980aab2 Compare November 25, 2025 14:41
@bobbyiliev bobbyiliev force-pushed the source-versioning-revisit branch from 980aab2 to 4be8d55 Compare November 25, 2025 14:59
@bobbyiliev bobbyiliev force-pushed the source-versioning-revisit branch 2 times, most recently from 40d7cfc to 60a3b12 Compare November 25, 2025 16:11
@bobbyiliev bobbyiliev force-pushed the source-versioning-revisit branch 5 times, most recently from 0be4e17 to abff1f4 Compare November 25, 2025 18:10
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.

Add support for CREATE TABLE ... FROM WEBHOOK Implement SQL parsing for CREATE TABLE .. FROM SOURCE

2 participants