api_ckan_load_multiple_nodes dag failed when the schema fieldname has extra white space at end of name.
Steps to reproduce:
- Setup ckan instance with ckanext-blob-storage, ckanext-aircan extensions.
- Upload CSV file with extra space on the column header. eg. 'Field_Name '
- check the airflow task
create_datastore_table_task log, you will see the validation errors even tasks marked as successful.
Possible fix
check and remove whitespace from the schema field name on datapub while creating/generating a schema information
api_ckan_load_multiple_nodes dagfailed when the schema fieldname has extra white space at end of name.Steps to reproduce:
create_datastore_table_tasklog, you will see the validation errors even tasks marked as successful.Possible fix
check and remove whitespace from the schema field name on datapub while creating/generating a schema information