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

🚀 Feature: Snowflake Assertions #33

Open
1 task done
nirga opened this issue Feb 26, 2023 · 0 comments
Open
1 task done

🚀 Feature: Snowflake Assertions #33

nirga opened this issue Feb 26, 2023 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@nirga
Copy link
Member

nirga commented Feb 26, 2023

🔖 Feature description

Support asserting against loading data into Snowflake. This will allow us to write assertions like

expectTrace(traceloop)
  .toReportToSnowflake()
  .withEvent('user-registered')
  .withProperties({ 'email': 'something@domain.com'});

🎤 Why is this feature needed ?

This is a much required feature by our users as Snowflake is widely used.

✌️ How do you aim to achieve this?

Probably the easiest way is to find and parse appropriate REST API calls to Snowflake -
https://docs.snowflake.com/en/user-guide/data-load-snowpipe-rest-load

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

None

@nirga nirga added the help wanted Extra attention is needed label Feb 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant