I keep getting the following error
CRITICAL: Row 0 is missing required values for columns: about_file_path, name
with the following transform config file:
required_columns:
- license_expression
column_filters:
- license_expression
Then I realize if I add the name and the about_file_path in the column_filters list, everything went fine.
Since these two fields are required by default, user should not need to put these 2 fields in the column_filters list.
I keep getting the following error
with the following transform config file:
Then I realize if I add the
nameand theabout_file_pathin the column_filters list, everything went fine.Since these two fields are required by default, user should not need to put these 2 fields in the
column_filterslist.