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

Moving types around #927

Merged
merged 6 commits into from
Sep 25, 2024
Merged

Moving types around #927

merged 6 commits into from
Sep 25, 2024

Conversation

Tang8330
Copy link
Contributor

@Tang8330 Tang8330 commented Sep 25, 2024

No functionality changes.

  • Moving types to types.go or destination_types.go
  • Consolidating all the destination functions into destinations.go

@Tang8330 Tang8330 marked this pull request as ready for review September 25, 2024 22:40
@Tang8330 Tang8330 requested a review from a team as a code owner September 25, 2024 22:40
@@ -38,32 +38,6 @@ func TestBigQuery_DSN(t *testing.T) {
assert.Equal(t, "bigquery://project/eu/dataset", b.DSN())
}

func TestKafka_BootstrapServers(t *testing.T) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Duplicate test (this is tested at the bottom of this file).

Database string `yaml:"database"`
}

type BigQuery struct {
Copy link
Contributor

Choose a reason for hiding this comment

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

Alphabetize BigQuery -> Snowflake?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sgtm

@Tang8330 Tang8330 merged commit 12da05a into master Sep 25, 2024
3 checks passed
@Tang8330 Tang8330 deleted the moving-types-around branch September 25, 2024 22:59
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