Hello!
I am configuring the creation of Data Quality scan using the python library to interact with the Dataplex API (dataplex_v1). I need, when creating a scan, to configure the option to have the results published in BigQuery and Dataplex Catalog UI. Does anyone know how to do it?
I face the same problem. As far as I know, it is not yet possible to publish DataScan DataQuality results to the BigQuery UI through Python code. However, I'm not 100% percent sure, but there may be a way to do this through Apache Airflow or other APIs or libraries. I'm currently investigating how to do it. If I find out anything, I will let you know!
Thank you very much Sebastian, I'll keep on investigating and I'll comment if I get the solution.
Hi Sebastian,
Did you find any solution to create a data quality scan using Python? I'm trying to achieve the same thing but haven't been able to find a solution yet.