traceloop / jest-opentelemetry

Easily run integration tests for your backends

Home Page:https://www.traceloop.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸš€ Feature: Snowflake Assertions

nirga opened this issue Β· comments

πŸ”– 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