Skip to content

DATA-3917 Change TabularDataByMQL format #665

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

Merged
merged 12 commits into from
Apr 3, 2025

Conversation

vijayvuyyuru
Copy link
Member

No description provided.

@github-actions github-actions bot added the safe to test committer is a member of this org label Apr 2, 2025
@vijayvuyyuru vijayvuyyuru requested a review from katiepeters April 3, 2025 16:06
@vijayvuyyuru vijayvuyyuru changed the title DATA-3917 Add endpoint for MQL queries for pipeline data DATA-3917 Change TabularDataByMQL format Apr 3, 2025
@@ -217,6 +217,17 @@ message TabularDataBySQLResponse {
reserved "data";
}

enum DataSourceType {
Copy link
Member

Choose a reason for hiding this comment

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

please add comments documenting what each of these options mean

Copy link
Member

Choose a reason for hiding this comment

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

same for DataSource

Copy link
Member

Choose a reason for hiding this comment

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

and maybe rename to TabularDataSource, TabularDataSourceType?

@vijayvuyyuru vijayvuyyuru requested a review from n0nick April 3, 2025 17:23
@@ -217,6 +217,24 @@ message TabularDataBySQLResponse {
reserved "data";
}

// TabularDataSourceType specifies the data source type for querying.
enum TabularDataSourceType {
DATA_SOURCE_TYPE_UNSPECIFIED = 0;
Copy link
Member

Choose a reason for hiding this comment

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

TABULAR_DATA_SOURCE_TYPE_*

@vijayvuyyuru vijayvuyyuru requested a review from n0nick April 3, 2025 17:41
@vijayvuyyuru vijayvuyyuru added the ready-for-protos add this when you want protos to compile on every commit label Apr 3, 2025
@Simberific Simberific merged commit fe2030d into viamrobotics:main Apr 3, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
protos-compiled ready-for-protos add this when you want protos to compile on every commit safe to test committer is a member of this org
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants