Closed vitoravancini closed 3 years ago
Implemented timestamp snaphot strategy.
Tested using https://github.com/fishtown-analytics/dbt-adapter-tests, specific test can be ran by running:
pytest tests/oracle.dbtspec -k test_dbt_snapshot_strategy_timestamp
Tested with dbt version 0.18.0
Had to reimplement the whole snapshot materialization, oracle had a whole lot of differences to the base adapter.
Implemented timestamp snaphot strategy.
Tested using https://github.com/fishtown-analytics/dbt-adapter-tests, specific test can be ran by running:
pytest tests/oracle.dbtspec -k test_dbt_snapshot_strategy_timestamp
Tested with dbt version 0.18.0
Had to reimplement the whole snapshot materialization, oracle had a whole lot of differences to the base adapter.