-
Notifications
You must be signed in to change notification settings - Fork 82
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
Conversation
proto/viam/app/data/v1/data.proto
Outdated
@@ -217,6 +217,17 @@ message TabularDataBySQLResponse { | |||
reserved "data"; | |||
} | |||
|
|||
enum DataSourceType { |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same for DataSource
There was a problem hiding this comment.
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?
proto/viam/app/data/v1/data.proto
Outdated
@@ -217,6 +217,24 @@ message TabularDataBySQLResponse { | |||
reserved "data"; | |||
} | |||
|
|||
// TabularDataSourceType specifies the data source type for querying. | |||
enum TabularDataSourceType { | |||
DATA_SOURCE_TYPE_UNSPECIFIED = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TABULAR_DATA_SOURCE_TYPE_*
Co-authored-by: Sagie Maoz <[email protected]>
Co-authored-by: Sagie Maoz <[email protected]>
Co-authored-by: Sagie Maoz <[email protected]>
No description provided.