Hello.
I have an online data source from which I extract data in Denodo.
The data source has lots of rows of data corresponding to many months in the past.
I want to retrive, every month, the data related to the month just ended and use it to create a business view in Denodo. For instance, at the beginning of October I want to retrieve the data for the month of September and use this data to create a business view containing data related to the month of September. In addition, I want to, using Denodo ,materialize the September data in a table in Snowflake.
In November I want to retrieve the data related to the month of October and propagate it to the business view mentioned in the prevous paragraph. The business view will thus contain only October data. And I want to, using Denodo, add the October data to the materialized table in Snowflake mentioned in the previous paragraph. The materialized table in Snowflake will thus have September and October data.
And I want to repeat this process every month so that the business view in Denodo contains only data related to the most recently ended month and the materialized view in Snowflake will have historical data for the most recently ended month AND for ALL prededing months.
Is there a way to do this in Denodo?
Thank you.