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

[FEATURE] Write query string in metadata cache for MV #987

Closed
seankao-az opened this issue Dec 10, 2024 · 0 comments
Closed

[FEATURE] Write query string in metadata cache for MV #987

seankao-az opened this issue Dec 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request untriaged

Comments

@seankao-az
Copy link
Collaborator

For MV index, add a query string field into metadata cache.

{
      "_meta": {
        "properties": {
          "refreshInterval": 900,
          "sourceTables": [
            "datasource.database.table"
          ],
          "sourceQuery": "SELECT * FROM datasource.database.table",
          "metadataCacheVersion": "1.0",
          "lastRefreshTime": 1234567890123
        }
      },
      "properties": {
        ...
      }
}

What alternatives have you considered?
This will deprioritize / remove the need for #931

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request untriaged
Projects
None yet
Development

No branches or pull requests

1 participant