@Omar Abdeen The default propagation from hive_table to hive_column is set to NONE by default:
{
"name": "hive_table_columns",
"typeVersion": "1.0",
"relationshipCategory": "COMPOSITION",
"endDef1": {
"type": "hive_table",
"name": "columns",
"isContainer": true,
"cardinality": "SET",
"isLegacyAttribute": true
},
"endDef2": {
"type": "hive_column",
"name": "table",
"isContainer": false,
"cardinality": "SINGLE",
"isLegacyAttribute": true
},
"propagateTags": "NONE"
}
You can update the relationshipDef - hive_table_columns to set "propagateTags": "ONE_TO_TWO" to enable propagation from table to column.