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

AN-4122-add pk/inserted & modified dates/_invocation id #64

Merged
merged 5 commits into from
Dec 11, 2023

Conversation

forgxyz
Copy link
Collaborator

@forgxyz forgxyz commented Dec 11, 2023

No description provided.

inserted_timestamp,
modified_timestamp,
COALESCE(inserted_timestamp, '2000-01-01' :: TIMESTAMP_NTZ) as inserted_timestamp,
COALESCE(modified_timestamp, '2000-01-01' :: TIMESTAMP_NTZ) as modified_timestamp,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we're good doing this here since the table will never have those dates
'2000-01-01' :: TIMESTAMP_NTZ as inserted_timestamp

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

disregard

@forgxyz forgxyz merged commit a13697e into main Dec 11, 2023
@forgxyz forgxyz deleted the AN-4122-COL-ADDS branch December 11, 2023 23:03
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.

2 participants