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

chore: remove main DAL #3701

Merged
merged 3 commits into from
Dec 10, 2024
Merged

chore: remove main DAL #3701

merged 3 commits into from
Dec 10, 2024

Conversation

stuartwdouglas
Copy link
Collaborator

No description provided.

This was referenced Dec 10, 2024
@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/remove-dal branch from 35bf673 to 2134631 Compare December 10, 2024 06:31
@@ -30,6 +31,15 @@ type SchemaRetriever interface {
GetActiveSchema(ctx context.Context) (*schema.Schema, error)
}

type streamSchemaRetriever struct {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why not use the event source directly?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

There is some code that retrieves schema from disk, I'm not sure how important it is.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@stuartwdouglas stuartwdouglas force-pushed the stuartwdouglas/remove-dal branch from 2134631 to 9325df3 Compare December 10, 2024 06:45
@stuartwdouglas stuartwdouglas enabled auto-merge (squash) December 10, 2024 06:49
@stuartwdouglas stuartwdouglas merged commit 551a650 into main Dec 10, 2024
93 checks passed
@stuartwdouglas stuartwdouglas deleted the stuartwdouglas/remove-dal branch December 10, 2024 06:56
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