Skip to content

Commit 3b487de

Browse files
committed
fix: correct slug for the bank job dataset
1 parent cb52ecf commit 3b487de

16 files changed

Lines changed: 1 addition & 1 deletion

src/config/databases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"name": "Movies dataset",
2424
"description": "The **Movies** dataset contains data from some of the best films released since the 1990s.\n\nIt includes information on actors, directors, and key movie statistics like budget and revenue. The most interesting part is probably the `ratings` table. Please note that the ratings were artificially generated, so the final movie scores only partially correlate with real IMDb data.\n\nEnjoy the show! :movie_camera:"
2525
},
26-
"bank-job": {
26+
"the-bank-job": {
2727
"name": "The Bank Job Quest dataset",
2828
"description": "The **Bank Job Quest** dataset contains data from a bank and Interpol investigations. :bank:\n\nThe bank schema includes accounts, vaults, safe deposit boxes, and event logs. The Interpol schema tracks criminal cases, crime types, criminals, and their aliases. This dataset is perfect for practicing complex queries across multiple schemas with many-to-many relationships."
2929
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

src/config/databases/bank-job/tables/cases_crime_types.json renamed to src/config/databases/the-bank-job/tables/cases_crime_types.json

File renamed without changes.

src/config/databases/bank-job/tables/cases_criminals.json renamed to src/config/databases/the-bank-job/tables/cases_criminals.json

File renamed without changes.

src/config/databases/bank-job/tables/crime_types.json renamed to src/config/databases/the-bank-job/tables/crime_types.json

File renamed without changes.

0 commit comments

Comments
 (0)