Skip to content

Commit ec0cc4a

Browse files
committed
Merge branch 'bdr_postgresql' into bdr_wrapper_featurecube
2 parents f71de55 + b3e81ce commit ec0cc4a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/eo_processing/utils/storage.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -774,10 +774,7 @@ def create_connection(self) -> psycopg.Connection:
774774
try:
775775
# get connection to server
776776
print("** Establish connection to the database ...")
777-
if self.hadoop:
778-
host = self.sql_credentials['host_hadoop']
779-
else :
780-
host = self.sql_credentials['host']
777+
host = self.sql_credentials['host']
781778

782779
conn = psycopg.connect(dbname=self.sql_credentials['dbname'],
783780
user=self.sql_credentials['schema'],

0 commit comments

Comments
 (0)