Improved comments
This commit is contained in:
parent
a15b2f4a86
commit
26d1f10a00
1 changed files with 9 additions and 2 deletions
|
|
@ -1,11 +1,18 @@
|
||||||
import trino
|
|
||||||
|
|
||||||
from lolafect.lolaconfig import build_lolaconfig
|
from lolafect.lolaconfig import build_lolaconfig
|
||||||
from lolafect.connections import connect_to_trino, close_trino_connection
|
from lolafect.connections import connect_to_trino, close_trino_connection
|
||||||
|
|
||||||
|
#__ __ _____ _ _ _____ _ _ _____ _
|
||||||
|
#\ \ / /\ | __ \| \ | |_ _| \ | |/ ____| |
|
||||||
|
# \ \ /\ / / \ | |__) | \| | | | | \| | | __| |
|
||||||
|
# \ \/ \/ / /\ \ | _ /| . ` | | | | . ` | | |_ | |
|
||||||
|
# \ /\ / ____ \| | \ \| |\ |_| |_| |\ | |__| |_|
|
||||||
|
# \/ \/_/ \_\_| \_\_| \_|_____|_| \_|\_____(_)
|
||||||
# This testing suite requires:
|
# This testing suite requires:
|
||||||
# - The calling shell to have permission in AWS
|
# - The calling shell to have permission in AWS
|
||||||
# - The calling shell to be within the Mercadão network
|
# - The calling shell to be within the Mercadão network
|
||||||
|
# - Do not use this tests as part of CI/CD pipelines since they are not idempotent and
|
||||||
|
# rely on many external. Instead, use them manually to check yourself that things are
|
||||||
|
# working properly.
|
||||||
TEST_LOLACONFIG = build_lolaconfig(flow_name="testing-suite")
|
TEST_LOLACONFIG = build_lolaconfig(flow_name="testing-suite")
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue