Kiran 601cd258e1 Failed to open file 'ETL_DDL/kafka_tracking.sql (#844)
ERROR at line 26: Failed to open file 'ETL_DDL/kafka_tracking.sql', error: 2
2017-11-07 11:31:57 -08:00
..
2017-07-18 15:44:53 -07:00

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