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

[MLv2] [FE] Migrate data reference #37629

Closed
Tracked by #36108
ranquild opened this issue Jan 12, 2024 · 0 comments · Fixed by #37694
Closed
Tracked by #36108

[MLv2] [FE] Migrate data reference #37629

ranquild opened this issue Jan 12, 2024 · 0 comments · Fixed by #37694

Comments

@ranquild
Copy link
Contributor

ranquild commented Jan 12, 2024

const newQuestion = startNewCard("query", dbId, tableId);

We already have:

  • metadataProvider
  • tableOrCardMetadata
  • queryFromTableOrCardMetadata
  • segmentMetadata
  • metricMetadata

And:

  • breakout(query, stageIndex, column)
  • availableAggregationOperators -> you can check for shortName to find count
  • aggregationClause
  • aggregate
  • filter
  • withDefaultTemporalBucket

To change the query. But we don't have a way to get ColumnMetadata by field id yet. We probably need to expose another function similar to tableOrCardMetadata for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants