We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support asserting against loading data into Snowflake. This will allow us to write assertions like
expectTrace(traceloop) .toReportToSnowflake() .withEvent('user-registered') .withProperties({ 'email': '[email protected]'});
This is a much required feature by our users as Snowflake is widely used.
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
No response
None
The text was updated successfully, but these errors were encountered:
No branches or pull requests
🔖 Feature description
Support asserting against loading data into Snowflake. This will allow us to write assertions like
🎤 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?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: