mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-13 09:54:10 +00:00

* Major refactoring - Move job-spcific properties from wh_etl_job_property table to .job files - Use the job file name instead of numeric IDs to identify ETL jobs - Use reflection to create ETL job class at run time instead of relying hard-coded enums - Drop ETL job-related APIs as they're no longer needed - Drop wh_etl_job, wh_etl_job_property, wh_etl_job_execution tables - Add wh_etl_schedule & wh_etl_history tables
It is pretty easy to create all metadata tables in mysql client.
cd WhereHows/wherehows-data-model/DDL
mysql -hlocalhost -uwherehows -pwherehows -Dwherehows < create_all_tables_wrapper.sql
It is also fine to load each DDL files into a GUI client such as DBeaver or Aqua Data Studio