Fix database name from the example

Use columnstore_schema as db name instead of flights that doesn't exists
pull/2/head
Sebastien GIRAUD 2020-02-09 18:03:09 +01:00 zatwierdzone przez GitHub
rodzic 918c8049dc
commit 2ae4274138
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -11,5 +11,5 @@ fi
# the advantage of this being runnable as a regular user with a root installation.
for f in $DATA_DIR/$filematch.csv; do
echo $f
/usr/bin/cpimport -m2 -s ',' -E '"' flights flights -l $f
done
/usr/bin/cpimport -m2 -s ',' -E '"' columnstore_schema flights -l $f
done