Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use snowpark DB #1372

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Use snowpark DB #1372

wants to merge 4 commits into from

Conversation

sfc-gh-pdharmana
Copy link
Contributor

Description

Please include a summary of the changes and the related issue that can be
included in the release announcement. Please also include relevant motivation
and context.

Other details good to know for developers

Please include any other details of this change useful for TruLens developers.

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to
    not work as expected)
  • New Tests
  • This change includes re-generated golden test results
  • This change requires a documentation update

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Aug 21, 2024
Copy link
Contributor

@sfc-gh-pmardziel sfc-gh-pmardziel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

replace pass with raise NotImplementedError...

return _feedback_result.feedback_result_id

def batch_insert_feedback(self):
pass
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you make these raise NotImplementedError(...) to make sure we can catch them if they ever get called.

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants