Hi guys, I'm using BigQuery ingestion, is there a ...
# ingestion
a
Hi guys, I'm using BigQuery ingestion, is there a difference in performance when using 'use_exported_bigquery_audit_metadata' option? what is pros and cons? https://github.com/linkedin/datahub/blob/master/metadata-ingestion/src/datahub/ingestion/source/sql/bigquery.py#L309
s
As far as we know this options is more stable for some cases. You can look at this PR https://github.com/linkedin/datahub/pull/3680 for details
thank you 1