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

test: Snowflake integration tests failing due to missing database configuration #592

Closed
devin-ai-integration bot opened this issue Jan 28, 2025 · 1 comment
Assignees

Comments

@devin-ai-integration
Copy link
Contributor

Issue Description

The Snowflake integration tests are failing in CI with the error:
Cannot perform CREATE SCHEMA. This session does not have a current database.

Technical Details

  • Tests marked with @pytest.mark.requires_creds are failing specifically for Snowflake
  • Other database tests (BigQuery, DuckDB, Postgres) are passing successfully
  • Issue appears in matrix test jobs where credentials are available
  • Error indicates missing default database configuration in test environment

Impact

Next Steps

  1. Review Snowflake test configuration setup in CI environment
  2. Verify default database and schema configuration
  3. Update test environment configuration as needed

Related Information

@aaronsteers aaronsteers self-assigned this Jan 28, 2025
@aaronsteers
Copy link
Contributor

Resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant