Skip to content

Add DuckDB support to CI test scenarios#43

Open
fivetran-data-model-bot wants to merge 3 commits into
mainfrom
MagicBot/test-duckdb
Open

Add DuckDB support to CI test scenarios#43
fivetran-data-model-bot wants to merge 3 commits into
mainfrom
MagicBot/test-duckdb

Conversation

@fivetran-data-model-bot

Copy link
Copy Markdown
Contributor

Summary

  • Adds include_duckdb: true to integration_tests/ci/test_scenarios.yml

fivetran-catfritz and others added 3 commits July 16, 2026 12:40
…seed files

Added column_types overrides in integration_tests/dbt_project.yml for
zuora_payment_method_data to resolve DuckDB seed loading failures:
- bank_identification_number and payment_retry_window: integer -> bigint
  (DuckDB sniffs these as BIGINT, causing strict-mode mismatch)
- credit_card_country and 60+ other varchar fields: override from inferred
  integer to varchar (DuckDB infers integer for all-null columns; one row
  has a space character that cannot cast to integer)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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

Successfully merging this pull request may close these issues.

2 participants