Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I’m ingesting data from DB2 to BigQuery using Qlik. Is there a way to store or log the ingestion details into a BigQuery table? If yes, how can I set it up?
Hi Sharwesh,
Thanks for the question:
I think you can find an answer here:
Solved: Export data from qlik to BigQuery - Qlik Community - 1834598
To summarize:
You can modify your Qlik load script to write ingestion metadata (e.g., timestamp, source table, row count) into a BigQuery table using a stored procedure or insert statement.
With the help of AI, I found this code (please do not trust it 100%)
1. Create a logging table in BigQuery:
log_ingestion
) that inserts these values into your log table. This is explained in the post above.Hi,
Thanks for you response.
I use Qlik replicate to ingest. But not aware for qlik sense. The above info is mostly related to qlik sense -> Bigquery.
Could you help with Qlik replicate(table log)-> bigquery.
You can let me know if i am missing something too.