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