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

PrimaryData location only has PrimarySqlTable, no object store #1407

Open
aolfat opened this issue Apr 1, 2024 — with Slack · 0 comments
Open

PrimaryData location only has PrimarySqlTable, no object store #1407

aolfat opened this issue Apr 1, 2024 — with Slack · 0 comments

Comments

Copy link
Contributor

aolfat commented Apr 1, 2024

primarydata definition is just sql table, we say object stores are also sql tables. Doesn't cause any errors but could be a bit confusing

message PrimaryData {
oneof location {
PrimarySQLTable table = 1;
}
}

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

No branches or pull requests

1 participant