mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-01 11:19:05 +00:00
* Add multiproduct and git repo metadata etl job * implement the dataset availability section * Extract commit hash use it when querying acl * Use FileWriter to write records into CSV file * Remove unnecessary log entries from kafka processor * Fix the incompatibility between integer repo_id in db and string field in record
It is pretty easy to create all metadata tables in mysql client.
cd WhereHows/data-model/DDL
mysql -hlocalhost -uwherehows -pwherehows < 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