-
Notifications
You must be signed in to change notification settings - Fork 30
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
Moving types around #927
Conversation
@@ -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) { |
There was a problem hiding this comment.
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).
lib/config/destination_types.go
Outdated
Database string `yaml:"database"` | ||
} | ||
|
||
type BigQuery struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alphabetize BigQuery -> Snowflake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sgtm
No functionality changes.
types.go
ordestination_types.go
destinations.go