This PR adds support for --empty flag in dbt-teradata
Overriding render_limited() method because super method uses LIMIT clause which is not supported in Teradata
Test Result:
Checklist
[ ] I have run this code in development and it appears to resolve the stated issue
[ ] This PR includes tests, or tests are not required/relevant for this PR
[ ] I have updated the CHANGELOG.md with information about my change
Description
This PR adds support for --empty flag in dbt-teradata Overriding render_limited() method because super method uses LIMIT clause which is not supported in Teradata
Test Result:
Checklist
CHANGELOG.md
with information about my change