Skip to content

Introduce a separate config for async db flags #49392

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
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

uranusjr
Copy link
Member

Even if we're using the same database (say Postgres), their sync and async clients (say psycopg2 and asyncpg) are not entirely compatible. Sometimes you just need a way to set things differently.

An alternative to #49383...

Copy link

github-actions bot commented Jun 2, 2025

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Jun 2, 2025
uranusjr added 2 commits June 2, 2025 13:51
Even if we're using the same database (say Postgres), their sync and
async clients (say psycopg2 and asyncpg) are not entirely compatible.
Sometimes you just need a way to set things differently.
@uranusjr uranusjr force-pushed the split-connect-args-configs branch from 03db1f6 to d71931a Compare June 2, 2025 05:06
@uranusjr uranusjr removed the stale Stale PRs per the .github/workflows/stale.yml policy file label Jun 2, 2025
@uranusjr
Copy link
Member Author

uranusjr commented Jun 2, 2025

Looks like this is not a bad idea after all? Let’s get this in.

@uranusjr uranusjr marked this pull request as ready for review June 2, 2025 05:08
@uranusjr uranusjr added this to the Airflow 3.1.0 milestone Jun 2, 2025
@uranusjr uranusjr requested a review from eladkal June 2, 2025 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant