https://dagster.io/ logo
m

Michael Lynton

03/24/2021, 4:29 PM
I’m digging into the ‘custom dataframe type’ with
create_dagster_pandas_dataframe_type
and got my first one working 🙌🏼. Is there a built-in way for the dataframe validation to fail if there is a column that’s not defined in the ‘dataframe type’? If so, I’d love to see an example of how that’s done.
d

dwall

03/24/2021, 4:35 PM
hey @Michael Lynton - I think this may be what you’re looking for
💯 1
m

Michael Lynton

03/24/2021, 4:36 PM
Thanks!!