Skip to content

Sqlalchemy Errors in Dagster #29674

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
glenluengen-code opened this issue Apr 29, 2025 · 0 comments
Open

Sqlalchemy Errors in Dagster #29674

glenluengen-code opened this issue Apr 29, 2025 · 0 comments
Labels
type: bug Something isn't working

Comments

@glenluengen-code
Copy link

What's the issue?

Our dagster instance is running connected to a postgresdb and periodically we keep getting sql errors.
An example of the errors I am seeing is below:

sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) SSL SYSCALL error: EOF detected

[SQL: INSERT INTO event_logs (run_id, event, dagster_event_type, timestamp, step_key, asset_key, partition) VALUES (%(run_id)s, %(event)s, %(dagster_event_type)s, %(timestamp)s, %(step_key)s, %(asset_key)s, %(partition)s) RETURNING event_logs.run_id, event_logs.id]
[parameters: {'run_id': 'RUNID', 'event': '{"__class__": "EventLogEntry", "dagster_event": {"__class__": "DagsterEvent", "event_specific_data": {"__class__": "RunEnqueuedData", "code_location_ ... (315 characters truncated) ...  "pipeline_name": "PIPELINENAME", "run_id": "RUNID", "step_key": null, "timestamp": 1745959176.4801, "user_message": ""}', 'dagster_event_type': 'PIPELINE_ENQUEUED', 'timestamp': datetime.datetime(2025, 4, 29, 20, 39, 36, 480100), 'step_key': None, 'asset_key': None, 'partition': None}]
(Background on this error at: https://sqlalche.me/e/20/e3q8)

What did you expect to happen?

No response

How to reproduce?

No response

Dagster version

dagster, version 1.9.9

Deployment type

Other

Deployment details

We have deployed dagster to Tanzu Application Service

Additional information

No response

Message from the maintainers

Impacted by this issue? Give it a 👍! We factor engagement into prioritization.

@glenluengen-code glenluengen-code added the type: bug Something isn't working label Apr 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant