This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sqlalchemy as sa | |
import json | |
from sqlalchemy.ext.automap import automap_base | |
with open("credentials") as cred_file: | |
credentials = json.load(cred_file) | |
user_pro = XXREDACTEDXX | |
conn_info_pro = {'drivername' : 'vertica+vertica_python', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[INFO] ------------------------------------------------------------------------ | |
[INFO] Building nd4j-cuda 0.7.3-SNAPSHOT | |
[INFO] ------------------------------------------------------------------------ | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ nd4j-cuda-8.0 --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-maven) @ nd4j-cuda-8.0 --- | |
[INFO] | |
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (libnd4j-checks) @ nd4j-cuda-8.0 --- | |
[WARNING] Rule 1: org.apache.maven.plugins.enforcer.RequireFilesExist failed with message: |