Skip to content

Update snowflake precision #62466

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

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

benmoriceau
Copy link
Contributor

What

How

Review guide

User Impact

Can this PR be safely reverted and rolled back?

  • YES πŸ’š
  • NO ❌

Copy link

vercel bot commented Jul 1, 2025

The latest updates on your projects. Learn more about Vercel for Git β†—οΈŽ

1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Jul 1, 2025 2:59pm

Copy link
Contributor

github-actions bot commented Jul 1, 2025

πŸ‘‹ Greetings, Contributor!

Here are some helpful tips and reminders for your convenience.

Helpful Resources

PR Slash Commands

Airbyte Maintainers (that's you!) can execute the following slash commands on your PR:

  • /format-fix - Fixes most formatting issues.
  • /bump-version - Bumps connector versions.
    • You can specify a custom changelog by passing changelog. Example: /bump-version changelog="My cool update"
    • Leaving the changelog arg blank will auto-populate the changelog from the PR title.
  • /run-cat-tests - Runs legacy CAT tests (Connector Acceptance Tests)
  • /build-connector-images - Builds and publishes a pre-release docker image for the modified connector(s).

πŸ“ Edit this welcome message.

@@ -282,8 +282,8 @@ object SnowflakeDatabaseUtils {
fun toSqlTypeName(airbyteProtocolType: AirbyteProtocolType): String {
return when (airbyteProtocolType) {
AirbyteProtocolType.STRING -> "TEXT"
AirbyteProtocolType.NUMBER -> "FLOAT"
AirbyteProtocolType.INTEGER -> "NUMBER"
AirbyteProtocolType.NUMBER -> "NUMBER"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might need to add a scale and precision.

Copy link
Contributor

github-actions bot commented Jul 1, 2025

destination-snowflake Connector Test Results

 18 files   18 suites   1h 6m 4s ⏱️
287 tests 216 βœ…β€ƒ47 πŸ’€β€ƒ24 ❌
359 runsβ€Šβ€ƒ288 βœ…β€ƒ47 πŸ’€β€ƒ24 ❌

For more details on these failures, see this check.

Results for commit 43af97e.

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

Successfully merging this pull request may close these issues.

2 participants