Skip to content

Commit

Permalink
Change from key to read
Browse files Browse the repository at this point in the history
This was intended to be read, not from, matching the underlying
function names like read_parquet.
  • Loading branch information
kinghuang committed Aug 11, 2020
1 parent 8cb2e44 commit ec9dbd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def dataframe_materializer(_context, config, dask_df):

@dagster_type_loader(
Shape({
'from': Selector(
'read': Selector(
{
'csv': Permissive(
{
Expand Down

0 comments on commit ec9dbd6

Please sign in to comment.