-
Notifications
You must be signed in to change notification settings - Fork 820
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: refactor ingest <- Ingest test fixtures update (#3064)
This pull request includes updated ingest test fixtures. Please review and merge if appropriate. Co-authored-by: rbiseck3 <[email protected]>
- Loading branch information
1 parent
d34cf93
commit 5103807
Showing
2 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
test_unstructured_ingest/expected-structured-output/discord/1099601456321003600.json
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 |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"element_id": "087bf46fb6864a7a3f3ebd7560205656", | ||
"metadata": { | ||
"data_source": { | ||
"date_created": "2023-04-23T12:56:26.101000+00:00", | ||
"date_modified": "2023-04-23T13:01:24.441000+00:00", | ||
"record_locator": { | ||
"channel": "1099601456321003600" | ||
}, | ||
"url": "https://discord.com/channels/1099414370531950602/1099601456321003600" | ||
}, | ||
"filename": "1099601456321003600.txt", | ||
"filetype": "text/plain", | ||
"languages": [ | ||
"eng" | ||
] | ||
}, | ||
"text": "Why did the bot go on a diet? Because it had too many mega-bytes! This is a bot", | ||
"type": "NarrativeText" | ||
} | ||
] |
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 |
---|---|---|
|
@@ -19,4 +19,4 @@ | |
} | ||
} | ||
} | ||
] | ||
] |