전체 포스팅 보기
-
🔥 Problem 👉 org.springframework.web.HttpMediaTypeNotSupportedExceptionorg.springframework.web.HttpMediaTypeNotSupportedExceptionResolved [org.springframework.web.HttpMediaTypeNotSupportedException:Content-Type 'multipart/form-data;boundary=--------------------------407531386842205423562378;charset=UTF-8' is not supported] ☔ Cause of error 👉 I'll pretend I didn't see your mistake :)Maybe you ..
[Spring] org.springframework.web.HttpMediaTypeNotSupportedException🔥 Problem 👉 org.springframework.web.HttpMediaTypeNotSupportedExceptionorg.springframework.web.HttpMediaTypeNotSupportedExceptionResolved [org.springframework.web.HttpMediaTypeNotSupportedException:Content-Type 'multipart/form-data;boundary=--------------------------407531386842205423562378;charset=UTF-8' is not supported] ☔ Cause of error 👉 I'll pretend I didn't see your mistake :)Maybe you ..
2024.01.25 -
🔥 TODO 👉 5분 내로 airflow의 dag 만들어서 실행해봅시다!🧙 Solution👉 작업 요약 : 파이썬 코드를 생성한 후 DAG가 모여있는 폴더에 넣으시면 됩니다. 1. hello_world_brother.py 생성import pendulumfrom datetime import datetimefrom airflow import DAGfrom airflow.operators.dummy_operator import DummyOperatorfrom airflow.operators.python_operator import PythonOperator# timezone 한국시간으로 변경kst = pendulum.timezone("Asia/Seoul")# 기본 args 생성default_args =..
🏅5분 내로 airflow의 dag 만들어서 실행하기🔥 TODO 👉 5분 내로 airflow의 dag 만들어서 실행해봅시다!🧙 Solution👉 작업 요약 : 파이썬 코드를 생성한 후 DAG가 모여있는 폴더에 넣으시면 됩니다. 1. hello_world_brother.py 생성import pendulumfrom datetime import datetimefrom airflow import DAGfrom airflow.operators.dummy_operator import DummyOperatorfrom airflow.operators.python_operator import PythonOperator# timezone 한국시간으로 변경kst = pendulum.timezone("Asia/Seoul")# 기본 args 생성default_args =..
2024.01.23 -
🔥 Problem 👉 PythonVirtualenvOperator requires virtualenv, please install it. Broken DAG: [/usr/local/lib/python3.10/dist-packages/airflow/example_dags/example_branch_operator_decorator.py] Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/airflow/models/baseoperator.py", line 437, in apply_defaults result = func(self, **kwargs, default_args=default_args) File "/usr..
[Solved] PythonVirtualenvOperator requires virtualenv, please install it🔥 Problem 👉 PythonVirtualenvOperator requires virtualenv, please install it. Broken DAG: [/usr/local/lib/python3.10/dist-packages/airflow/example_dags/example_branch_operator_decorator.py] Traceback (most recent call last): File "/usr/local/lib/python3.10/dist-packages/airflow/models/baseoperator.py", line 437, in apply_defaults result = func(self, **kwargs, default_args=default_args) File "/usr..
2024.01.23 -
🔥 Problem 👉 Can't load plugin: sqlalchemy.dialects:mysql_mysqldb 🧙 Solution 👉 You entered the wrong option. Check again what you've entered. #in my case.. mysql_mysqldb -> mysql+mysqldb If I was of any help to you, please buy me coffee 😿😢😥 If you have any questions, please leave them in the comments Buy me a coffee ▶ Youtube Sub 🧭 References [1] reference : https://doctorson0309.tistory.com/ [2]..
[Solved] Can't load plugin: sqlalchemy.dialects:mysql_mysqldb🔥 Problem 👉 Can't load plugin: sqlalchemy.dialects:mysql_mysqldb 🧙 Solution 👉 You entered the wrong option. Check again what you've entered. #in my case.. mysql_mysqldb -> mysql+mysqldb If I was of any help to you, please buy me coffee 😿😢😥 If you have any questions, please leave them in the comments Buy me a coffee ▶ Youtube Sub 🧭 References [1] reference : https://doctorson0309.tistory.com/ [2]..
2024.01.23 -
🔥 Problem 👉 This error originates from a subprocess, and is likely not a problem with pip. Can not find valid pkg-config name. Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manually Collecting mysqlclient Using cached mysqlclient-2.2.1.tar.gz (89 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting re..
[Solved] Can not find valid pkg-config name🔥 Problem 👉 This error originates from a subprocess, and is likely not a problem with pip. Can not find valid pkg-config name. Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manually Collecting mysqlclient Using cached mysqlclient-2.2.1.tar.gz (89 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting re..
2024.01.23 -
🔥 Problem 👉 My virtual machine has insufficient disk space, so I want to increase it. 🧙 Solution 👉 Right-click the virtual machine and Select the Settings Select the hard disk and click the Extend button. Fill in the disk size you want. and click the Extend button. If I was of any help to you, please buy me coffee 😿😢😥 If you have any questions, please leave them in the comments Buy me a coffee ▶..
How to Increase Virtual Machine Disk Size Capacity on VMware 17🔥 Problem 👉 My virtual machine has insufficient disk space, so I want to increase it. 🧙 Solution 👉 Right-click the virtual machine and Select the Settings Select the hard disk and click the Extend button. Fill in the disk size you want. and click the Extend button. If I was of any help to you, please buy me coffee 😿😢😥 If you have any questions, please leave them in the comments Buy me a coffee ▶..
2024.01.23