Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ingest/trino): Avoid exception if $properties table empty or not …
…readable (datahub-project#5447) Under some configuration of access rules in Trino, the user may not have read access to the content of the table, which will result in an exception (`fetchone()` returns `None`) This commit ensures no exception are raised and the ingestion can proceed.
- Loading branch information