Skip to content

The default required column should also be a default list of the column_filters #388

Description

@chinyeungli

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions