We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 751265f commit 7ccf14dCopy full SHA for 7ccf14d
dags/sql/create_table.sql
@@ -1,7 +1,7 @@
1
DROP TABLE IF EXISTS covid_data;
2
3
CREATE TABLE IF NOT EXISTS covid_data (
4
- date_of_interest DATE PRIMARY KEY,
+ date_of_interest DATE,
5
case_count INT,
6
probable_case_count INT,
7
hospitalized_count INT,
0 commit comments