don1uppa opened a new issue, #38848:
URL: https://github.com/apache/airflow/issues/38848
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
Version: v2.8.1 current mwaa release
### What happened?
[2024-04-08, 18:58:44 UTC] {{glue.py:189}} ERROR - Failed to run aws glue
job, error: Parameter validation failed:
Invalid type for parameter GlueVersion, value: 4.0, type: <class 'float'>,
valid types: <class 'str'>
Here is the full stack trace:
ip-10-0-20-19.ec2.internal
*** Reading remote log from Cloudwatch log_group: airflow-test-mwaa-Task
log_stream:
dag_id=glue_operator_failure/run_id=manual__2024-04-08T18_56_04.206370+00_00/task_id=submit_glue_job/attempt=2.log.
[2024-04-08, 18:58:43 UTC] {{taskinstance.py:1956}} INFO - Dependencies all
met for dep_context=non-requeueable deps ti=<TaskInstance:
glue_operator_failure.submit_glue_job manual__2024-04-08T18:56:04.206370+00:00
[queued]>
[2024-04-08, 18:58:43 UTC] {{taskinstance.py:1956}} INFO - Dependencies all
met for dep_context=requeueable deps ti=<TaskInstance:
glue_operator_failure.submit_glue_job manual__2024-04-08T18:56:04.206370+00:00
[queued]>
[2024-04-08, 18:58:43 UTC] {{taskinstance.py:2170}} INFO - Starting attempt
2 of 2
[2024-04-08, 18:58:43 UTC] {{taskinstance.py:2191}} INFO - Executing
<Task(GlueJobOperator): submit_glue_job> on 2024-04-08 18:56:04.206370+00:00
[2024-04-08, 18:58:43 UTC] {{standard_task_runner.py:60}} INFO - Started
process 18070 to run task
[2024-04-08, 18:58:43 UTC] {{standard_task_runner.py:87}} INFO - Running:
['airflow', 'tasks', 'run', 'glue_operator_failure', 'submit_glue_job',
'manual__2024-04-08T18:56:04.206370+00:00', '--job-id', '5118', '--raw',
'--subdir', 'DAGS_FOLDER/test_dags/glue_operator_failure.py', '--cfg-path',
'/tmp/tmpbdmm1cz0']
[2024-04-08, 18:58:43 UTC] {{standard_task_runner.py:88}} INFO - Job 5118:
Subtask submit_glue_job
[2024-04-08, 18:58:43 UTC] {{task_command.py:423}} INFO - Running
<TaskInstance: glue_operator_failure.submit_glue_job
manual__2024-04-08T18:56:04.206370+00:00 [running]> on host
ip-10-0-20-19.ec2.internal
[2024-04-08, 18:58:43 UTC] {{taskinstance.py:2480}} INFO - Exporting env
vars: AIRFLOW_CTX_DAG_OWNER='airflow'
AIRFLOW_CTX_DAG_ID='glue_operator_failure'
AIRFLOW_CTX_TASK_ID='submit_glue_job'
AIRFLOW_CTX_EXECUTION_DATE='2024-04-08T18:56:04.206370+00:00'
AIRFLOW_CTX_TRY_NUMBER='2'
AIRFLOW_CTX_DAG_RUN_ID='manual__2024-04-08T18:56:04.206370+00:00'
[2024-04-08, 18:58:43 UTC] {{glue.py:172}} INFO - Initializing AWS Glue Job:
simple ls. Wait for completion: True
[2024-04-08, 18:58:43 UTC] {{base.py:83}} INFO - Using connection ID
'aws_default' for task execution.
[2024-04-08, 18:58:43 UTC] {{glue.py:161}} INFO - Iam Role Name:
test-glue-jobs
[2024-04-08, 18:58:43 UTC] {{glue.py:356}} INFO - Checking if job already
exists: simple ls
[2024-04-08, 18:58:44 UTC] {{glue.py:421}} INFO - Creating job: simple ls
[2024-04-08, 18:58:44 UTC] {{glue.py:189}} ERROR - Failed to run aws glue
job, error: Parameter validation failed:
Invalid type for parameter GlueVersion, value: 4.0, type: <class 'float'>,
valid types: <class 'str'>
[2024-04-08, 18:58:44 UTC] {{taskinstance.py:2698}} ERROR - Task failed with
exception
Traceback (most recent call last):
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/models/taskinstance.py",
line 433, in _execute_task
result = execute_callable(context=context, **execute_callable_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/providers/amazon/aws/operators/glue.py",
line 177, in execute
glue_job_run = self.glue_job_hook.initialize_job(self.script_args,
self.run_job_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/providers/amazon/aws/hooks/glue.py",
line 183, in initialize_job
job_name = self.create_or_update_glue_job()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/airflow/providers/amazon/aws/hooks/glue.py",
line 422, in create_or_update_glue_job
self.conn.create_job(**config)
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/botocore/client.py",
line 553, in _api_call
return self._make_api_call(operation_name, kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/botocore/client.py",
line 962, in _make_api_call
request_dict = self._convert_to_request_dict(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/botocore/client.py",
line 1036, in _convert_to_request_dict
request_dict = self._serializer.serialize_to_request(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File
"/usr/local/airflow/.local/lib/python3.11/site-packages/botocore/validate.py",
line 381, in serialize_to_request
raise ParamValidationError(report=report.generate_report())
botocore.exceptions.ParamValidationError: Parameter validation failed:
Invalid type for parameter GlueVersion, value: 4.0, type: <class 'float'>,
valid types: <class 'str'>
[2024-04-08, 18:58:44 UTC] {{taskinstance.py:1138}} INFO - Marking task as
FAILED. dag_id=glue_operator_failure, task_id=submit_glue_job,
execution_date=20240408T185604, start_date=20240408T185843,
end_date=20240408T185844
[2024-04-08, 18:58:44 UTC] {{standard_task_runner.py:107}} ERROR - Failed to
execute job 5118 for task submit_glue_job (Parameter validation failed:
Invalid type for parameter GlueVersion, value: 4.0, type: <class 'float'>,
valid types: <class 'str'>; 18070)
[2024-04-08, 18:58:44 UTC] {{local_task_job_runner.py:234}} INFO - Task
exited with return code 1
[2024-04-08, 18:58:44 UTC] {{taskinstance.py:3280}} INFO - 0 downstream
tasks scheduled from follow-on schedule check
### What you think should happen instead?
The glue job should be created and run.
### How to reproduce
Run this dag that has a glue operator.
`from airflow import DAG
import pendulum
from airflow.providers.amazon.aws.operators.glue import GlueJobOperator
script_bucket_name = "test-mwaa-20240303120246319700000001"
script_path = "hello_world.py"
script_location = f"s3://{script_bucket_name}/{script_path}"
with (DAG(
dag_id=f'glue_operator_failure',
schedule_interval=None,
start_date=pendulum.datetime(2024, 1, 1),
catchup=False,
is_paused_upon_creation=True,
max_active_tasks=1,
max_active_runs=1,
doc_md=__doc__,
render_template_as_native_obj=True,
tags=['glue_operator_failure']
) as my_dag):
submit_glue_job = GlueJobOperator(
task_id="submit_glue_job",
job_name="simple ls",
script_location=script_location,
s3_bucket=script_bucket_name,
concurrent_run_limit=1,
update_config=True,
iam_role_name="test-glue-jobs",
create_job_kwargs={
'WorkerType': 'G.2X',
'NumberOfWorkers': '1',
'DefaultArguments': {
'--datalake-formats': 'iceberg',
'--additional-python-modules': 'importlib',
},
'GlueVersion': '4.0'
},
wait_for_completion=True,
deferrable=True,
verbose=True
)`
upload this file to the script locationas : hello_world.py
print("Hello World!")
### Operating System
mwaa
### Versions of Apache Airflow Providers
[2024-04-08, 19:00:55 UTC] {{subprocess.py:75}} INFO - Running command:
['/usr/bin/bash', '-c', 'pip list']
[2024-04-08, 19:00:55 UTC] {{subprocess.py:86}} INFO - Output:
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Package
Version
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
---------------------------------------- ---------------
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - adal
1.2.7
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - adlfs
2023.12.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - aenum
3.1.15
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - aiobotocore
2.9.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - aiofiles
23.2.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - aiohttp
3.9.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - aioitertools
0.11.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - aiosignal
1.3.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - alembic
1.13.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - amqp
5.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - annotated-types
0.6.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - anyio
4.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - apache-airflow
2.8.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-amazon 8.16.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-celery 3.5.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-common-io 1.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-common-sql 1.10.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-ftp 3.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-google 10.13.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-http 4.8.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-imap 3.5.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-microsoft-azure 8.5.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-postgres 5.10.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
apache-airflow-providers-sqlite 3.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - apispec
6.4.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - argcomplete
3.2.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - asgiref
3.7.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - asn1crypto
1.5.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - astronomer-cosmos
1.3.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - attrs
23.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-batch
14.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-common
1.1.28
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-core
1.29.6
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-cosmos
4.5.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-datalake-store
0.0.53
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-identity
1.15.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-keyvault-secrets 4.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-kusto-data
4.3.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-mgmt-containerinstance 10.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-mgmt-containerregistry 10.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-mgmt-core
1.4.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-mgmt-cosmosdb
9.4.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-mgmt-datafactory 4.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-mgmt-datalake-nspkg 3.0.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-mgmt-datalake-store 0.5.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-mgmt-nspkg
3.0.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-mgmt-resource
23.0.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-mgmt-storage
21.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-nspkg
3.0.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-servicebus
7.11.4
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-storage-blob
12.19.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-storage-file-datalake 12.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-storage-file-share 12.15.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
azure-synapse-artifacts 0.18.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - azure-synapse-spark
0.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Babel
2.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - backoff
2.2.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - beautifulsoup4
4.12.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - billiard
4.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - blinker
1.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - boto3
1.33.13
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - botocore
1.33.13
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - build
1.2.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - CacheControl
0.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cached-property
1.5.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cachelib
0.9.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cachetools
5.3.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cattrs
23.2.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - celery
5.3.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - certifi
2023.11.17
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cffi
1.16.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - chardet
5.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - charset-normalizer
3.3.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cleo
2.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - click
8.1.7
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - click-didyoumean
0.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - click-plugins
1.1.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - click-repl
0.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - clickclick
20.10.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - colorama
0.4.6
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - colorlog
4.8.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - ConfigUpdater
3.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - connexion
2.14.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - crashtest
0.4.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cron-descriptor
1.4.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - croniter
2.0.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - cryptography
41.0.7
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - db-dtypes
1.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - decorator
5.1.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - delta-spark
3.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Deprecated
1.2.14
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - dill
0.3.1.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - distlib
0.3.8
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - dnspython
2.4.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - docutils
0.20.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - dulwich
0.21.7
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - email-validator
1.3.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Faker
24.4.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - fastjsonschema
2.19.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - filelock
3.13.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask
2.2.5
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-AppBuilder
4.3.10
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-Babel
2.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-Caching
2.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-JWT-Extended
4.6.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-Limiter
3.5.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-Login
0.6.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-Session
0.5.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-SQLAlchemy
2.5.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Flask-WTF
1.2.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - flit_core
3.9.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - flower
2.0.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - frozenlist
1.4.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - fsspec
2023.12.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - gcloud-aio-auth
4.2.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - gcloud-aio-bigquery
7.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - gcloud-aio-storage
9.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - gcsfs
2023.12.2.post1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-ads
22.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-api-core
2.15.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-api-python-client 2.113.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-auth
2.26.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-auth-httplib2
0.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-auth-oauthlib
1.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-aiplatform 1.39.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-appengine-logging 1.4.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-audit-log 0.2.5
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-automl
2.12.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-batch
0.17.7
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-bigquery
3.16.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-bigquery-datatransfer 3.13.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-bigquery-storage 2.24.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-bigtable
2.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-build
3.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-compute
1.15.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-container 2.37.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-core
2.4.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-datacatalog 3.17.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-dataflow-client 0.8.6
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-dataform
0.5.5
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-dataplex
1.11.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-dataproc
5.8.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-dataproc-metastore 1.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-dlp
3.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-kms
2.20.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-language
2.12.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-logging
3.9.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-memcache
1.8.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-monitoring 2.18.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-orchestration-airflow 1.10.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-os-login
2.13.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-pubsub
2.19.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-redis
2.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-resource-manager 1.11.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-run
0.10.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-secret-manager 2.17.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-spanner
3.41.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-speech
2.23.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-storage
2.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-storage-transfer 1.10.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-tasks
2.15.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-texttospeech 2.15.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-translate 3.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-videointelligence 2.12.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-cloud-vision
3.5.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-cloud-workflows 1.13.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-crc32c
1.5.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - google-re2
1.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
google-resumable-media 2.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
googleapis-common-protos 1.62.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - greenlet
3.0.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - grpc-google-iam-v1
0.13.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - grpcio
1.60.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - grpcio-gcp
0.2.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - grpcio-status
1.60.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - gunicorn
21.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - h11
0.14.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - hl7parser
0.7.4
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - httpcore
0.16.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - httplib2
0.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - httpx
0.23.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - humanize
4.9.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - idna
3.6
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - ijson
3.2.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - importlib-metadata
6.11.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - importlib-resources
6.1.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - inflection
0.5.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - iniconfig
2.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - installer
0.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - isodate
0.6.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - itsdangerous
2.1.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - jaraco.classes
3.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - jeepney
0.8.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Jinja2
3.1.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - jmespath
0.10.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - json-merge-patch
0.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - jsonpath-ng
1.6.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - jsonschema
4.20.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
jsonschema-specifications 2023.12.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - keyring
24.3.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - kombu
5.3.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - lazy-object-proxy
1.10.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - limits
3.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - linkify-it-py
2.0.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - lockfile
0.12.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - loguru
0.7.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - looker-sdk
23.20.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - lxml
5.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Mako
1.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Markdown
3.5.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - markdown-it-py
3.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - MarkupSafe
2.1.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - marshmallow
3.20.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
marshmallow-oneofschema 3.0.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
marshmallow-sqlalchemy 0.26.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - mdit-py-plugins
0.4.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - mdurl
0.1.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - more-itertools
10.2.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - msal
1.26.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - msal-extensions
1.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - msgpack
1.0.8
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - msrest
0.7.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - msrestazure
0.6.4
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - multidict
6.0.4
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - numpy
1.24.4
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - oauthlib
3.2.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - opentelemetry-api
1.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
opentelemetry-exporter-otlp 1.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
opentelemetry-exporter-otlp-proto-common 1.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
opentelemetry-exporter-otlp-proto-grpc 1.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
opentelemetry-exporter-otlp-proto-http 1.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - opentelemetry-proto
1.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - opentelemetry-sdk
1.22.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO -
opentelemetry-semantic-conventions 0.43b0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - ordered-set
4.1.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - packaging
23.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pandas
2.1.4
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pandas-gbq
0.20.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pathspec
0.12.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pendulum
3.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pexpect
4.9.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pip
24.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pkginfo
1.9.6
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - platformdirs
3.11.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pluggy
1.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - ply
3.11
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - poetry
1.8.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - poetry-core
1.9.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - poetry-plugin-export
1.7.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - portalocker
2.8.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - prison
0.2.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - prometheus-client
0.19.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - prompt-toolkit
3.0.43
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - proto-plus
1.23.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - protobuf
4.25.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - psutil
5.9.7
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - psycopg2
2.9.9
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - psycopg2-binary
2.9.9
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - ptyprocess
0.7.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - py4j
0.10.9.7
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pyarrow
14.0.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pyasn1
0.5.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pyasn1-modules
0.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pycparser
2.21
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pycurl
7.45.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pydantic
2.5.3
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pydantic_core
2.14.6
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pydata-google-auth
1.8.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - Pygments
2.17.2
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - PyJWT
2.8.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pyOpenSSL
23.3.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pyparsing
3.1.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pyproject_hooks
1.0.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pyspark
3.5.0
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - pytest
7.4.4
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - python-daemon
3.0.1
[2024-04-08, 19:00:59 UTC] {{subprocess.py:93}} INFO - python-dateutil
2.8.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - python-dotenv
1.0.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - python-nvd3
0.15.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - python-slugify
8.0.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - pytz
2023.3.post1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - PyYAML
6.0.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - rapidfuzz
3.7.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - redshift-connector
2.0.918
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - referencing
0.32.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - requests
2.31.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - requests-oauthlib
1.3.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - requests-toolbelt
1.0.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - rfc3339-validator
0.1.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - rfc3986
1.5.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - rich
13.7.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - rich-argparse
1.4.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - rpds-py
0.17.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - rsa
4.9
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - s3transfer
0.8.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - scramp
1.4.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - SecretStorage
3.3.3
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - setproctitle
1.3.3
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - setuptools
66.1.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - setuptools-scm
8.0.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - shapely
2.0.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - shellingham
1.5.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - six
1.16.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - slack_sdk
3.26.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - sniffio
1.3.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - soupsieve
2.5
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - SQLAlchemy
1.4.51
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - sqlalchemy-bigquery
1.9.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - SQLAlchemy-JSONField
1.0.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - sqlalchemy-redshift
0.8.14
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - sqlalchemy-spanner
1.6.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - SQLAlchemy-Utils
0.41.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - sqlparse
0.4.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - statsd
4.0.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - tabulate
0.9.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - template
0.7.6
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - tenacity
8.2.3
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - termcolor
2.4.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - test-utils
0.1.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - text-unidecode
1.3
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - time-machine
2.13.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - toml
0.10.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - tomlkit
0.12.3
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - tornado
6.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - trove-classifiers
2024.1.8
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - typing_extensions
4.9.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - tzdata
2023.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - uc-micro-py
1.0.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - unicodecsv
0.14.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - universal-pathlib
0.1.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - uritemplate
4.1.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - urllib3
2.0.7
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - vine
5.1.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - virtualenv
20.25.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - watchtower
3.0.1
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - wcwidth
0.2.13
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - Werkzeug
2.2.3
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - wheel
0.43.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - wrapt
1.16.0
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - WTForms
3.1.2
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - yarl
1.9.4
[2024-04-08, 19:01:00 UTC] {{subprocess.py:93}} INFO - zipp
3.17.0
[2024-04-08, 19:01:01 UTC] {{subprocess.py:97}} INFO - Command exited with
return code 0
[2024-04-08, 19:01:01 UTC] {{taskinstance.py:1138}} INFO - Marking task as
SUCCESS. dag_id=show_deployed_environment, task_id=show_packages,
execution_date=20240408T190019, start_date=20240408T190054,
end_date=20240408T190101
[2024-04-08, 19:01:02 UTC] {{local_task_job_runner.py:234}} INFO - Task
exited with return code 0
[2024-04-08, 19:01:02 UTC] {{taskinstance.py:3280}} INFO - 1 downstream
tasks scheduled from follow-on schedule check
### Deployment
Amazon (AWS) MWAA
### Deployment details
deployed using mwaa - files uploaded to s3
### Anything else?
Every time - hard error
### Are you willing to submit PR?
- [ ] Yes I am willing to submit a PR!
### Code of Conduct
- [X] I agree to follow this project's [Code of
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]