Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Import relevant pytest(s) for cross-database cast macro #1029

Merged
merged 3 commits into from
May 14, 2024

Conversation

dbeatty10
Copy link
Contributor

resolves #1028

Problem & Solution

dbt-labs/dbt-adapters#173 added testing for the cross-database cast macro, but it is not automatically inherited by each adapter.

Solution

This PR imports and uses that testing.

Checklist

  • I have read the contributing guide and understand what's expected of me
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • This PR has no interface changes (e.g. macros, cli, logs, json artifacts, config files, adapter interface, etc) or this PR has already received feedback and approval from Product or DX

@cla-bot cla-bot bot added the cla:yes label May 1, 2024
@dbeatty10 dbeatty10 requested a review from a team as a code owner May 13, 2024 16:20
@dbeatty10 dbeatty10 merged commit 9b3dd3f into main May 14, 2024
20 checks passed
@dbeatty10 dbeatty10 deleted the dbeatty/test-cast-macro branch May 14, 2024 19:04
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Import relevant pytest(s) for cross-database cast macro
2 participants