Skip to content

Commit

Permalink
change more
Browse files Browse the repository at this point in the history
  • Loading branch information
EDsCODE committed Apr 26, 2024
1 parent ccf4e9f commit ce6d43b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
)
from posthog.temporal.common.logger import bind_temporal_worker_logger
import asyncio
from django.conf import settings
from django.utils import timezone

from posthog.warehouse.models.external_data_schema import ExternalDataSchema, aget_schema_by_id
Expand Down Expand Up @@ -116,7 +115,7 @@ async def import_data_activity(inputs: ImportDataActivityInputs) -> tuple[TSchem
user=user,
password=password,
database=database,
sslmode="prefer" if settings.TEST or settings.DEBUG else "require",
sslmode="prefer",
schema=pg_schema,
table_names=endpoints,
)
Expand Down

0 comments on commit ce6d43b

Please sign in to comment.