You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should enable it as destination in tests. all tests using ALL_DESTINATIONS must pass
it should pass the same common tests which BigQuery job client and sql client is passing
note that to pass sql_client tests you'll need to map DBApi exceptions into 3 categories that dlt needs: relation not found, terminal exceptions, transient exceptions. see bigquery and postgres implementations. that's manual work
all in all writing the test suite is more work than the code here
The text was updated successfully, but these errors were encountered:
Background
Implement Snowflake destination based on PUT stage. It will be quite similar to the
BigQuery
implementation (just simpler).Tasks
jsonl
as preferred typePUT
to stageAuthentication
Derived from ConnectionStringCredentials:
warehouse
role
Tests
all in all writing the test suite is more work than the code here
The text was updated successfully, but these errors were encountered: