Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

danafallon

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 deleted a branch artie-labs/transfer

dana/remove-quotes

danafallon pushed 1 commit to master artie-labs/transfer
  • Remove any double quotes from the string in `SnowflakeDialect.QuoteIdentifier()` (#1103) f223e02

View on GitHub

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 on a pull request on artie-labs/reader

View on GitHub

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?

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

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.

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

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...

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

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?

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

danafallon created a review on a pull request on artie-labs/reader
🎉

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

danafallon created a review comment on a pull request on artie-labs/reader
Why `string`?

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

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?

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

danafallon created a review comment on a pull request on artie-labs/reader
Nit: typo ("metadat")

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

danafallon created a review on a pull request on artie-labs/transfer

View on GitHub

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)

View on GitHub

danafallon created a review on a pull request on artie-labs/transfer

View on GitHub

danafallon created a review on a pull request on artie-labs/reader

View on GitHub

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

View on GitHub

Load more