numerous-eve-42142
05/05/2022, 6:49 PMPipeline finished with failures
'downstream_total_latency_in_seconds': 9783.199817}
'info': {'message': "('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))"}}],
failures': [{'error': 'Unable to emit metadata to DataHub GMS',
'warnings': [],
{'records_written': 106,
Sink (datahub-rest) report:
'query_exceptions': 3}}
'queries_combined': 54,
'combined_queries_issued': 54,
'uncombined_queries_issued': 57,
'query_combiner': {'total_queries': 108,
'soft_deleted_stale_entities': [],
...
2. I can't find a way to ingest exclusively 1 table's profiling. That's why:
Allowing like:
profile_pattern:
allow:
- "^db.schema.table\$"
Column level profiling is filtered
Allowing like:
profile_pattern:
allow:
- "db.schema.table"
Other tables with names like "table" are profiled and they're not in datahub.
Someone can save me?helpful-optician-78938
05/05/2022, 7:20 PMprofiling.turn_off_expensive_profiling_metrics as documented here.
2. This needs a minor code change here to also check against the table_pattern. Please let me know if you will be able to make this change. Otherwise, please open a github issue and we can get to it as soon as we can.helpful-optician-78938
05/05/2022, 11:43 PMnumerous-eve-42142
05/06/2022, 5:46 PMprofile_pattern:
allow:
- "^db.schema.table\$"
?helpful-optician-78938
05/06/2022, 5:48 PM