SergeRielau: Not DB2, but the use case is the similar. There are hundreds of legacy views which all reference CURRENT_DATE or CURRENT_DATE - 1 for reporting. In our non-production environments the data is only current as of the last snapshot that g...
Serge:Great and very helpful article. I am trying to come up for a work around that there is no SET SESSION TIMESTAMP function in databricks by using either a session variable or a Hive Variable, but I am getting stumped. Here is the rough pseudoc...