You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running docker desktop on windows and all containers are running.
when i trying to run python dags/kafka_stream.py from my VSCODE this is the message i'm getting. topic not created!
WARNING:root:OSError while attempting to symlink the latest log directory
C:\Users\USER\Documents\Oshik\Python_Projects\data-engineering\dags\kafka_stream.py:60 RemovedInAirflow3Warning: Param schedule_interval is deprecated and will be removed in a future release. Please use schedule instead.
Any help?
Thanks!
The text was updated successfully, but these errors were encountered:
This warning message indicates that there was an error related to creating a symbolic link to the latest log directory. This can occur due to various reasons such as:
Permission Issues: The process does not have the necessary permissions to create a symbolic link.
File System Restrictions: The file system where the link is being created does not support symbolic links.
Path Issues: The specified path for the symbolic link is incorrect or invalid.
Existing Symlink: A symlink with the same name already exists and cannot be overwritten.
File System Quotas or Limits: Exceeding quotas or limits on the number of files or links.
Hello,
I'm running docker desktop on windows and all containers are running.
when i trying to run python dags/kafka_stream.py from my VSCODE this is the message i'm getting. topic not created!
WARNING:root:OSError while attempting to symlink the latest log directory
C:\Users\USER\Documents\Oshik\Python_Projects\data-engineering\dags\kafka_stream.py:60 RemovedInAirflow3Warning: Param
schedule_interval
is deprecated and will be removed in a future release. Please useschedule
instead.Any help?
Thanks!
The text was updated successfully, but these errors were encountered: