-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: move tests according to new plugin template structure
- Loading branch information
1 parent
9c4bf09
commit dc33f7b
Showing
25 changed files
with
5 additions
and
40 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
operation: "${this_dir}/../pipelines/create_dates.yaml" | ||
operation: "${this_dir}/../pipelines/init.yaml" | ||
inputs: | ||
extract_date_1__text: "2022-01-01" | ||
extract_date_2__text: "2023-01-01" | ||
extract_date_3__text: "2024-01-01" | ||
load_text_files__path: "${this_dir}/../data/text_corpus/data" | ||
create_array__column_name: "content" | ||
save: | ||
extract_date_1__date: "date_1" | ||
extract_date_2__date: "date_2" | ||
extract_date_3__date: "date_3" | ||
create_table__table: "corpus_table" | ||
tokenize_corpus__tokens_array: "tokens_array" |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
File renamed without changes.