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

change data type for timestamp in Developer lab 2.1. #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed developer/.DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion developer/02_clickhouse_architecture/lab_2.1.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ FROM s3('https://datasets-documentation.s3.eu-west-3.amazonaws.com/pypi/2023/pyp

--Step 4:
CREATE TABLE pypi (
TIMESTAMP DateTime,
TIMESTAMP DateTime64,
COUNTRY_CODE String,
URL String,
PROJECT String
Expand Down