Formatting.
This commit is contained in:
parent
737bdcab7f
commit
d5bc0fb28b
3 changed files with 8 additions and 6 deletions
|
|
@ -257,7 +257,7 @@ def connect_to_mysql(
|
||||||
host=mysql_host,
|
host=mysql_host,
|
||||||
port=mysql_port,
|
port=mysql_port,
|
||||||
user=mysql_credentials["user"],
|
user=mysql_credentials["user"],
|
||||||
password=mysql_credentials["password"]
|
password=mysql_credentials["password"],
|
||||||
)
|
)
|
||||||
|
|
||||||
# Customizing this attributes to retrieve them later in the flow
|
# Customizing this attributes to retrieve them later in the flow
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,9 @@
|
||||||
DEFAULT_ENV_S3_BUCKET = "pdo-prefect-flows"
|
DEFAULT_ENV_S3_BUCKET = "pdo-prefect-flows"
|
||||||
DEFAULT_ENV_FILE_PATH = "env/env_prd.json"
|
DEFAULT_ENV_FILE_PATH = "env/env_prd.json"
|
||||||
DEFAULT_PATH_TO_SLACK_WEBHOOKS_FILE = "env/slack_webhooks.json"
|
DEFAULT_PATH_TO_SLACK_WEBHOOKS_FILE = "env/slack_webhooks.json"
|
||||||
DEFAULT_KUBERNETES_IMAGE = "373245262072.dkr.ecr.eu-central-1.amazonaws.com/pdo-data-prefect:production"
|
DEFAULT_KUBERNETES_IMAGE = (
|
||||||
|
"373245262072.dkr.ecr.eu-central-1.amazonaws.com/pdo-data-prefect:production"
|
||||||
|
)
|
||||||
DEFAULT_KUBERNETES_LABELS = ["k8s"]
|
DEFAULT_KUBERNETES_LABELS = ["k8s"]
|
||||||
DEFAULT_FLOWS_PATH_IN_BUCKET = "flows/"
|
DEFAULT_FLOWS_PATH_IN_BUCKET = "flows/"
|
||||||
DEFAULT_TRINO_HTTP_SCHEME = "https"
|
DEFAULT_TRINO_HTTP_SCHEME = "https"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue