-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make DBConnection context manager more flexible (#190)
* Make DBConnection context manager more flexible enabling it to return a connection, hook or SQL Alchemy Engine object * Fix CI test workflow * Update info on Docker installation * Remove deprecated version attribute from docker compose Refactor `test_db_to_db_operator.py`: * Add missing docstrings * Apply black formatting * Reorder imports * Refactor file opening, solve pylint warning * Add missing import * Disable pylint warning on long lines of lorem ipsum * Remove unnecessary parenthesis * Split too long string
- Loading branch information
1 parent
a215529
commit 0b1ced7
Showing
5 changed files
with
195 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
version: '3' | ||
services: | ||
airflow: | ||
build: ../. | ||
|
Oops, something went wrong.