Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us at Qlik Connect 2026 in Orlando, April 13–15: Register Here!
cancel
Showing results for 
Search instead for 
Did you mean: 
HamzehAFN
Contributor
Contributor

BigQuery And QVD

Hello,

I have a small question. I am planning to build a data warehouse on Google BigQuery.

Is it possible to push data from QVD files into BigQuery? Directly from qlik 

6 Replies
Or
MVP
MVP

That would presumably be a question for BigQuery. QVD files are just files. You can use Automation, Replicate, or presumably the REST connector to run this job. If BigQuery doesn't natively read QVDs, it should be fairly easy to either convert the QVD on the fly or just have Qlik save a CSV. 

PrashantSangle

you can also choose Parquet option. Not sure, But I read somewhere Parquet file also claim same level of compression of data as QVD does.

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Or
MVP
MVP

@PrashantSangle Yup, but the question did specify QVD. Ultimately, the file type shouldn't matter as I imagine BigQuery can ingest pretty much anything. 

HamzehAFN
Contributor
Contributor
Author

I’m currently in discussions with Google, and I want to prepare myself by understanding how to move the data. My QVD files are already ready to use and well organized, not like the many tables in my database.

My goal is to shift the QVD data to BigQuery in an easy and automated way, with a process that loads the data daily.

PrashantSangle

QVD is a proprietary file format optimized for Qlik products. So AFAIK & what I understood from BigQuery blog that you can not load QVD directly into BigQuery

 

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
Or
MVP
MVP

Shouldn't be too bad. You can either replace the file types, or use a relatively simple Python script to convert the files for ingestion, if BigQuery can't support QVD (which, as mentioned, is a question for Google).