mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-05 03:54:23 +00:00
ingestion refactor
This commit is contained in:
parent
f0bcbdad1a
commit
df49235748
@ -2,9 +2,9 @@
|
||||
"source": {
|
||||
"type": "redshift-usage",
|
||||
"config": {
|
||||
"host_port": "redshift-cluster-1.clot5cqn1cnb.us-west-2.redshift.amazonaws.com:5439",
|
||||
"username": "awsuser",
|
||||
"password": "focguC-kaqqe5-nepsok",
|
||||
"host_port": "cluster.name.region.redshift.amazonaws.com:5439",
|
||||
"username": "username",
|
||||
"password": "strong_password",
|
||||
"database": "warehouse",
|
||||
"where_clause": "and q.label != 'metrics' and q.label != 'health' and q.label != 'cmstats'",
|
||||
"service_name": "aws_redshift",
|
||||
|
||||
@ -119,7 +119,6 @@ class MetadataUsageBulkSink(BulkSink):
|
||||
for key, value in column_joins_dict.items():
|
||||
table_joins.columnJoins.append(ColumnJoins(columnName=key,
|
||||
joinedWith=list(value.values())))
|
||||
print(table_joins)
|
||||
return table_joins
|
||||
|
||||
def __get_column_fqdn(self, table_column: TableColumn):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user