diff --git a/.gitignore b/.gitignore index 44b6b0a..97051a5 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,5 @@ dmypy.json .pyre/ .idea -*.mwb .DS_Store \ No newline at end of file diff --git a/schema/bitext-aligner-model.mwb b/schema/bitext-aligner-model.mwb new file mode 100644 index 0000000..84f3696 Binary files /dev/null and b/schema/bitext-aligner-model.mwb differ diff --git a/schema/sample_query_3.sql b/schema/sample_query_3.sql index 7488cb1..5644dcf 100644 --- a/schema/sample_query_3.sql +++ b/schema/sample_query_3.sql @@ -14,4 +14,4 @@ FROM INNER JOIN dim_book_info ON dim_book_info.book = dim_book.id WHERE - dim_book_sentence.text LIKE '%spiteful%'; \ No newline at end of file + dim_book_sentence.text LIKE '%Mensch%'; \ No newline at end of file