mirror of
https://github.com/enso-org/enso.git
synced 2024-11-26 08:52:58 +03:00
676a7d4256
* checkpoint * Passing by.integer.comparisons * More passing tests * by empty text * Add flag * 2 more green * Back to 6 red * 5 red * 2 red * 1 red * Green * Refactor * refactor * Refactor * refactor * Refactor * clean up * Green * Refactor * Cleanup * Refactor * Clean up * Cleanup * Clean up * Fix tests * Fix * Fix * Code review * Refactor * Code review changes * Add literals * Code review changes * Code review changes * Checkpoint * checkpoint * checkpoint * Cleanup * Refactor * Refactor * refactor * Fix type name * Fix |
||
---|---|---|
.. | ||
data/datalinks | ||
src | ||
package.yaml | ||
README.md |
This is a set of tests for the Snowflake integration for Enso.
Testing Snowflake
To run the tests, you need to prepare credentials for a Snowflake instance that can be used to run them on.
Please set the following environment variables:
ENSO_SNOWFLAKE_ACCOUNT
- the account name for the Snowflake instance,ENSO_SNOWFLAKE_USER
- the username to use for the tests,ENSO_SNOWFLAKE_PASSWORD
- the password for the user, for security reasons this can be a plain text value or an Enso Secret. If using a secret, please provide it as path -enso://orgid/path/foo.secret
,ENSO_SNOWFLAKE_DATABASE
- the name of the database to use for the tests,ENSO_SNOWFLAKE_SCHEMA
- the name of the schema to use for the tests, (optional, defaults toPUBLIC
),ENSO_SNOWFLAKE_WAREHOUSE
- the name of the warehouse to use for the tests (optional, defaults to blank value).