Skip to content

Issue with query handling #16

@tiagojsag

Description

@tiagojsag

d = [{'type': 'literal', 'alias': None, 'value': f} for f in info['_init_cols']]

This lines assumes the presence of info['_init_cols'] However, in the function bellow, we can see that we can have either info['_init_cols'] or info['_init_bands']

def _initSelect(self):

Once this is fixed, please update the commented test test_query_dataset_happy_case and test_download_dataset_happy_case on the adapter-earth-engine RW API microservice.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions