Skip to content
Snippets Groups Projects
Commit 47dd9a6e authored by Guiusepe's avatar Guiusepe
Browse files

testing some logs

parent 29ecc7cc
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ def insert(file_name, table, year, offset=2, delimiters=[';', '\\n', '"'], null=
trans = connection.begin()
ttable = temporary_data(connection, file_name, table, year, offset, delimiters, null)
write(ttable)
table.insert_from_temporary(ttable, bind=connection)
trans.commit()
......
......@@ -10,7 +10,7 @@ lazy-object-proxy==1.4.1
manage.py==0.2.10
mccabe==0.6.1
numpy==1.16.3
pandas==0.24.2
pandas==0.25.0
pexpect==4.7.0
pickleshare==0.7.5
prompt-toolkit==2.0.9
......@@ -26,7 +26,7 @@ pytz==2019.1
simplegeneric==0.8.1
six==1.12.0
SQLAlchemy==1.2.19
-e git://github.com/jvwinandy/sqlalchemy-monetdb.git@1.0.1#egg=sqlalchemy-monetdb
https://github.com/jvwinandy/sqlalchemy-monetdb/archive/master.zip
traitlets==4.3.2
wcwidth==0.1.7
wrapt==1.11.1
......
......@@ -30,10 +30,10 @@ DATABASE_USER_PASSWORD = 'monetdb'
# Host to connect to. Bulk inserts won't work remotely unless you can specify an
# absolute path in the server
DATABASE_HOST = 'localhost'
DATABASE_HOST = 'simcaqdb3.c3sl.ufpr.br'
# Database to connect to
DATABASE = 'hotmapper_demo'
DATABASE = 'simcaq'
# Column used to run aggregations and denormalizations
YEAR_COLUMN = 'ano_censo'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment