Commit 79733e9
* Fix #47555: PostgreSQL URI scheme issue
* Fix: allow configuring PostgreSQL connection driver
Added support for customizing the PostgreSQL connection driver (`postgres` vs `postgresql`)
via the `postgres_driver` option in the extra JSON field.
* Fix #47555: PostgreSQL URI scheme issue
* Fix: allow configuring PostgreSQL connection driver
Added support for customizing the PostgreSQL connection driver (`postgres` vs `postgresql`)
via the `postgres_driver` option in the extra JSON field.
* Add the documentation for the 'designator' parameter in the PostgreSQL extras section
* Remove the code that constructs the URI based on connection type
* Update get_uri method docstring
* Clarify that get_uri() does not return a SQLAlchemy URI
* Fix rst-backticks
* Remove designer description
* Fix format code with ruff
---------
Co-authored-by: LIU ZHE YOU <68415893+jason810496@users.noreply.github.com>
1 parent 8242ba5 commit 79733e9
File tree
2 files changed
+11
-1
lines changed- airflow/models
- docs/apache-airflow/howto
2 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
250 | | - | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
251 | 257 | | |
252 | 258 | | |
253 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
419 | 419 | | |
420 | 420 | | |
421 | 421 | | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
422 | 426 | | |
423 | 427 | | |
424 | 428 | | |
| |||
0 commit comments