Skip to content

Commit

Permalink
feat(pipeline): add dataframe_select_columns task to datasets.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Aug 8, 2023
1 parent c4fe593 commit 2f796d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/pipeline/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ defaults:
- /pipe@load_dataframes: load_dataframes
- /pipe@dataset_remove_columns: dataset_remove_columns
- /pipe@dataframe_drop_columns: dataframe_drop_columns
- /pipe@dataframe_select_columns: dataframe_select_columns

use_task_as_initial_object: true
steps:

0 comments on commit 2f796d7

Please sign in to comment.