mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-21 07:38:13 +00:00

* Add multiproduct and git repo metadata etl job * 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 * merge API tables to existing dataset owner and schema field table * Add confidential and recursive column to dict_dataset_field
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