Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ython dags/kafka_stream.py not working #7

Open
oavioz opened this issue Jun 3, 2024 · 2 comments
Open

ython dags/kafka_stream.py not working #7

oavioz opened this issue Jun 3, 2024 · 2 comments

Comments

@oavioz
Copy link

oavioz commented Jun 3, 2024

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 use schedule instead.

Any help?

Thanks!

@oavioz
Copy link
Author

oavioz commented Jun 3, 2024

This is what i got on ChatGPT:

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.

Appriciate your help here

@emrhnksck
Copy link

Using schedule instead of schedule_interval working for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants