Satish Chinthanippu

Results 20 comments of Satish Chinthanippu

Hi Marx, We have JIRA in the current sprint to work on it. Will work this week and next week to close the PR. Is it okay to keep this...

> can you sign the CLA @SatishChGit Done

> > can you sign the CLA @SatishChGit > > Done ![image](https://user-images.githubusercontent.com/23031170/192245293-bc47fd49-d029-4747-b142-39ef8964a5c1.png)

@jtcohen6 Yes, I added `dbt-core adapter: KeyboardInterrupt Event Captured!!!` log line in dbt-core's code base at the spot linked above as below. ``` except KeyboardInterrupt: logger.info("KeyboardInterrupt Event Captured!!!") self._cancel_connections(pool) print_run_end_messages(self.node_results,...

Weird!!!! Is there any dependency on platform where dbt project is running. I believe, dbt-teradata not handling any specific case of keyboard interrupt event.

Reopening due to accidental closure.

> Can you also rebase please @satish-chinthanippu ?. We want to make sure all tests pass also with latest main rebase done. All tests are pass with latest main.

@JoelJuntunen Thank you reporting the issue. We have analyzed the issue and observed that KeyboardInterrupt events like ctrl-c capturing will be handled by dbt-core. This issue needs to be addressed...

How can we ensure that only Teradata-specific tests run in the PR? In another [PR](https://github.com/trinodb/trino/pull/26731) we raised, tests from other plugins were also executed. Is there a way to control...

> How can we ensure that only Teradata-specific tests run in the PR? In another [PR](https://github.com/trinodb/trino/pull/26731) we raised, tests from other plugins were also executed. Is there a way to...