Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
danafallon created a branch on artie-labs/transfer
dana/remove-more-quotes - Database replication platform that leverages change data capture. Stream production data from databases to your data warehouse (Snowflake, BigQuery, Redshift, Databricks) in real-time.
danafallon pushed 1 commit to master artie-labs/transfer
- Remove any double quotes from the string in `SnowflakeDialect.QuoteIdentifier()` (#1103) f223e02
danafallon closed a pull request on artie-labs/transfer
Remove any double quotes from the string in `SnowflakeDialect.QuoteIdentifier()`
To prevent sql injection so this is safe to be used on user-supplied values.danafallon opened a pull request on artie-labs/transfer
Remove any double quotes from the string in `SnowflakeDialect.QuoteIdentifier()`
To prevent sql injection so this is safe to be used on user-supplied values.danafallon created a branch on artie-labs/transfer
dana/remove-quotes - Database replication platform that leverages change data capture. Stream production data from databases to your data warehouse (Snowflake, BigQuery, Redshift, Databricks) in real-time.
danafallon created a review comment on a pull request on artie-labs/reader
Will this value definitely not get loaded in prod? Should we leave it blank here so you have to explicitly set it in your .envrc-personal?
danafallon created a review comment on a pull request on artie-labs/reader
Ah k, yeah I think that would be safer to make sure we don't accidentally send customer data unencrypted.
danafallon created a review comment on a pull request on artie-labs/reader
Like: ```go if m.DisableEncryption && os.Getenv("ENV") == "dev" { query.Add("encrypt", "disable") } ``` Just to make sure we don't allow disabling encryption in prod. Do we have an env...
danafallon created a review comment on a pull request on artie-labs/reader
Could we check the env here and only allow disabling encryption if it's dev?
danafallon created a review comment on a pull request on artie-labs/reader
Why `string`?
danafallon created a review comment on a pull request on artie-labs/reader
Should this file be called `snapshot.go` like it is for other sources?
danafallon created a review comment on a pull request on artie-labs/reader
Nit: typo ("metadat")
danafallon created a review comment on a pull request on artie-labs/transfer
Should we also handle "f" and "t"? (not sure if that can happen)
danafallon created a tag on artie-labs/terraform-provider-artie
v1.0.8 - Terraform provider for managing Artie resources
danafallon pushed 1 commit to main artie-labs/terraform-provider-artie
- Handle 204 no content responses (#110) b0a92bb