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

Rename table.json "primary-key" to "event-key" for stream tables #1015

Open
henneberger opened this issue Nov 26, 2024 · 0 comments
Open

Rename table.json "primary-key" to "event-key" for stream tables #1015

henneberger opened this issue Nov 26, 2024 · 0 comments
Labels
Milestone

Comments

@henneberger
Copy link
Contributor

This aims to reduce confusion. E.g:

{
  "version": 1,
  "flink" : {
    ...
  },
  "table" : {
    "type" : "source",
    "event-key" : ["id"],
    "timestamp" : "timestamp"
  }
}
@henneberger henneberger added this to the v0.6.0 milestone Nov 26, 2024
@github-project-automation github-project-automation bot moved this to Backlog in DataSQRL Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Backlog
Development

No branches or pull requests

1 participant