Septimiu Turcu
Septimiu Turcu
Fixing Linux and Apple build to run against the new versions of cpprestsdk (the continuation of CASABLANCA) I had to copy the compat files from https://github.com/OData/odatacpp-server https://github.com/OData/odatacpp-server/tree/master/include/odata/common/compat ./test_runner libodata-tests-functional.so passed...
Enable linux compilation by changing usages of std::wstring to std::string in odata_client_python_wrap.cxx. The code was tested against new versions of cpprest from branch https://github.com/septimit/odatacpp-client/tree/compile_linux Make code both python 2.7 and...
### Description Preserve the experience of the package installation prior to the release of dbt-core 1.8.0. This is similar to the other adapters' approach: https://github.com/dbt-labs/dbt-redshift/blob/main/setup.py https://github.com/dbt-labs/dbt-bigquery/blob/main/setup.py https://github.com/dbt-labs/dbt-redshift/blob/main/setup.py ### Checklist -...
resolves #170 ### Description Add cleanup temporary snapshot table in post_snapshot macro ### Checklist - [x] I have run this code in development and it appears to resolve the stated...
### Description Implementing safe_cast with trycast. For more details see [link](https://github.com/Teradata/dbt-teradata-utils/issues/1) ### Checklist - [x] I have run this code in development and it appears to resolve the stated issue...
### Description Introducing md5_udf variable to allow for configuration of the hash macro. This is an enhancement that was suggested [here](https://github.com/Teradata/dbt-teradata-utils/issues/2) ### Checklist - [x] I have run this code...