florian.hines
08/05/2022, 3:53 PMflorian.hines
08/05/2022, 3:55 PMLOG_LEVEL=debug LOG_TIMESTAMPS=true meltano invoke someplugin somecommand
To amp up the output.florian.hines
08/05/2022, 3:55 PMpat_nadolny
08/05/2022, 4:06 PMflorian.hines
08/05/2022, 4:08 PMflorian.hines
08/05/2022, 4:09 PMairflow webserver
you still have that problem though.florian.hines
08/05/2022, 4:09 PMflorian.hines
08/05/2022, 4:11 PM(melty-3.8) ➜ extdev meltano invoke airflow:version --nope
usage: airflow [-h] GROUP_OR_COMMAND ...
airflow command error: unrecognized arguments: --nope, see help above.
positional arguments:
GROUP_OR_COMMAND
Groups:
celery Celery components
config View configuration
connections Manage connections
dags Manage DAGs
db Database operations
jobs Manage jobs
kubernetes Tools to help run the KubernetesExecutor
pools Manage pools
providers Display providers
roles Manage roles
tasks Manage tasks
users Manage users
variables Manage variables
Commands:
cheat-sheet Display cheat sheet
dag-processor Start a standalone Dag Processor instance
info Show information about current Airflow and environment
kerberos Start a kerberos ticket renewer
plugins Dump information about loaded plugins
rotate-fernet-key
Rotate encrypted connection credentials and variables
scheduler Start a scheduler instance
standalone Run an all-in-one copy of Airflow
sync-perm Update permissions for existing roles and optionally DAGs
triggerer Start a triggerer instance
version Show the version
webserver Start a Airflow webserver instance
optional arguments:
-h, --help show this help message and exit
error invoking airflow version error_message=airflow invocation failed returncode=2
florian.hines
08/05/2022, 4:12 PMflorian.hines
08/05/2022, 4:13 PMmeltano run
will still double up in some cases:
(melty-3.8) ➜ extdev meltano run airflow:webserver
2022-08-05T16:12:46.084921Z [info ] [2022-08-05 11:12:46 -0500] [7940] [INFO] Starting gunicorn 20.1.0 cmd_type=command name=airflow stdio=stderr
2022-08-05T16:12:46.294203Z [info ] [2022-08-05 11:12:46 -0500] [7940] [INFO] Listening at: <http://0.0.0.0:8088> (7940) cmd_type=command name=airflow stdio=stderr
2022-08-05T16:12:46.294378Z [info ] [2022-08-05 11:12:46 -0500] [7940] [INFO] Using worker: sync cmd_type=command name=airflow stdio=stderr
2022-08-05T16:12:47.815068Z [info ] [2022-08-05 11:12:47 -0500] [7940] [WARNING] Worker with pid 7942 was terminated due to signal 11 cmd_type=command name=airflow stdio=stderr
2022-08-05T16:12:47.828349Z [info ] [2022-08-05 11:12:47 -0500] [7940] [WARNING] Worker with pid 7943 was terminated due to signal 11 cmd_type=command name=airflow stdio=stderr
florian.hines
08/05/2022, 4:14 PMflorian.hines
08/05/2022, 4:26 PMflorian.hines
08/05/2022, 4:27 PMpat_nadolny
08/05/2022, 4:31 PMflorian.hines
08/05/2022, 4:33 PMflorian.hines
08/05/2022, 4:34 PMflorian.hines
08/05/2022, 4:35 PM