We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
No description provided.
The text was updated successfully, but these errors were encountered:
Redshift: added Redshift DDL for PerformanceTiming (closes #1032)
0b357c8
@deano according to http://docs.aws.amazon.com/redshift/latest/dg/r_names.html Redshift table names are case insensitive. Will this cause any problems with the table name org_w3_PerformanceTiming_1?
org_w3_PerformanceTiming_1
Sorry, something went wrong.
Oh sorry Fred - I neglected to mention that we have an algo for snake_casing the Redshift table names from the JSON Schemas. See for an example:
https://github.com/snowplow/snowplow/blob/master/4-storage/redshift-storage/sql/org.schema/web_page_1.sql
Does that make sense?
Yes it does! I'll change the table name to org_w3_performance_timing_1.
Exactly - many thanks!
1fbdd2b
fe8a31c
fblundun
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: