snowpark-python
snowpark-python copied to clipboard
SNOW-1474971: Re-enable telemetry for collecting plan heights and number of duplicate nodes
-
Which Jira issue is this PR addressing? Make sure that there is an accompanying issue to your PR.
Fixes SNOW-1474971
-
Fill out the following pre-review checklist:
- [ ] I am adding a new automated test(s) to verify correctness of my new code
- [ ] If this test skips Local Testing mode, I'm requesting review from @snowflakedb/local-testing
- [ ] I am adding new logging messages
- [ ] I am adding a new telemetry message
- [ ] I am adding new credentials
- [ ] I am adding a new dependency
- [ ] If this is a new feature/behavior, I'm adding the Local Testing parity changes.
- [ ] I am adding a new automated test(s) to verify correctness of my new code
-
Please describe how your code solves the related issue.
The telemetry for these two stats were previously disabled due to a bug in CTE search algorithm, now we can re-enable it after the fix.