samsudinde opened a new issue, #27307:
URL: https://github.com/apache/airflow/issues/27307
### Apache Airflow version
2.4.2
### What happened
I tried to load data .csv into bigquery. but I got this errors.
[2022-10-27T11:09:58.907+0700] {taskinstance.py:1165} INFO - Dependencies
all met for <TaskInstance:
replication_invoice_item_new.upload_test_and_debug_area_invoice_item
scheduled__2022-10-27T00:00:00+00:00 [queued]>
[2022-10-27T11:09:58.910+0700] {taskinstance.py:1165} INFO - Dependencies
all met for <TaskInstance:
replication_invoice_item_new.upload_test_and_debug_area_invoice_item
scheduled__2022-10-27T00:00:00+00:00 [queued]>
[2022-10-27T11:09:58.911+0700] {taskinstance.py:1362} INFO -
--------------------------------------------------------------------------------
[2022-10-27T11:09:58.911+0700] {taskinstance.py:1363} INFO - Starting
attempt 2 of 7
[2022-10-27T11:09:58.911+0700] {taskinstance.py:1364} INFO -
--------------------------------------------------------------------------------
[2022-10-27T11:09:58.915+0700] {taskinstance.py:1383} INFO - Executing
<Task(PythonOperator): upload_test_and_debug_area_invoice_item> on 2022-10-27
00:00:00+00:00
[2022-10-27T11:09:58.919+0700] {standard_task_runner.py:55} INFO - Started
process 28260 to run task
[2022-10-27T11:09:58.925+0700] {standard_task_runner.py:82} INFO - Running:
['airflow', 'tasks', 'run', 'replication_invoice_item_new',
'upload_test_and_debug_area_invoice_item',
'scheduled__2022-10-27T00:00:00+00:00', '--job-id', '64', '--raw', '--subdir',
'DAGS_FOLDER/db_replication/invoice_item.py', '--cfg-path',
'/var/folders/fk/vjp80qzx7ms45v1jv4vz56980000gn/T/tmpiwnk5v73']
[2022-10-27T11:09:58.927+0700] {standard_task_runner.py:83} INFO - Job 64:
Subtask upload_test_and_debug_area_invoice_item
[2022-10-27T11:09:58.955+0700] {task_command.py:376} INFO - Running
<TaskInstance:
replication_invoice_item_new.upload_test_and_debug_area_invoice_item
scheduled__2022-10-27T00:00:00+00:00 [running]> on host
Samsudins-MacBook-Pro.local
[2022-10-27T11:09:58.974+0700] {taskinstance.py:1590} INFO - Exporting the
following env vars:
AIRFLOW_CTX_DAG_ID=replication_invoice_item_new
AIRFLOW_CTX_TASK_ID=upload_test_and_debug_area_invoice_item
AIRFLOW_CTX_EXECUTION_DATE=2022-10-27T00:00:00+00:00
AIRFLOW_CTX_TRY_NUMBER=2
AIRFLOW_CTX_DAG_RUN_ID=scheduled__2022-10-27T00:00:00+00:00
[2022-10-27T11:09:59.201+0700] {local_task_job.py:164} INFO - Task exited
with return code Negsignal.SIGSEGV
[2022-10-27T11:09:59.210+0700] {local_task_job.py:273} INFO - 0 downstream
tasks scheduled from follow-on schedule check
### What you think should happen instead
I was migrate my own laptop from os linux to mac m1. the code production
should be fine on my previouse laptop, but I tried to test on my new laptop its
doesnt work well to process load data.
do have any idea about this?
### How to reproduce
_No response_
### Operating System
mac m1
### Versions of Apache Airflow Providers
_No response_
### Deployment
Other
### Deployment details
_No response_
### Anything else
_No response_
### Are you willing to submit PR?
- [X] 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]