Skip to content

Data source conversion from protobuf doesn't use type information #2409

@woop

Description

@woop

For some reason we are using field names

if data_source.request_data_options and data_source.request_data_options.schema:
to infer data source types. We should be using the actual data source types in the protos.

Also,

if data_source.data_source_class_type:
doesnt exist

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions