How to incorporate automations in Data Virtualization Layer using Python !!
Hrishab Dey
M.Tech - IIT Jodhpur | Snowflake Squad Member ?? | SnowPro Advanced & Core Certified ?? | GenAI | Senior Data Engineer | Snowflake SME | Denodo | Data Science
What is Data Virtualization?
Data virtualization is a logical data layer that
Note: We will mainly focus on Denodo (Data Virtualization tool) as the scope of this article.
How can we automate Data virtualization Layer?
If automation is your interest then Python can be one of the easiest way forward to incorporate in data virtualization.
Denodo specifically generates several VQL queries for each of the button clicks on the interface level of VDP admin tool it generates VQL in VDP Queries Log.
We can take those VQL statements and execute it on bulk for all the Denodo views as per our requirements using python.
Few Automation Ideas are:
Frequently used Python libraries for these kind of Automations:
Frequently used stored procedures:
How to Connect Denodo using Python?