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

Support datetime and UUID attributes #7

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

cortadocodes
Copy link
Member

@cortadocodes cortadocodes commented Apr 11, 2024

Contents (#7)

IMPORTANT: There are 2 breaking changes.

Enhancements

  • 💥 BREAKING CHANGE: Store event UUID in its own column
  • 💥 BREAKING CHANGE: Replace Pub/Sub publish time with backend-agnostic datetime attribute

Upgrade instructions

Add to your bigquery table:

  • A datetime column of the TIMESTAMP type
  • A uuid column of the STRING type

BREAKING CHANGE: Update the bigquery table schema to have a `uuid` column.
BREAKING CHANGE: Add a `datetime` column to your bigquery table of the `TIMESTAMP` type
@cortadocodes cortadocodes self-assigned this Apr 11, 2024
@cortadocodes cortadocodes changed the title Support datetime attribute Support datetime and UUID attributes Apr 11, 2024
@cortadocodes cortadocodes merged commit 66f170c into main Apr 11, 2024
3 checks passed
@cortadocodes cortadocodes deleted the support-datetime-attribute branch April 11, 2024 09:42
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.

1 participant