We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If we support a local mode I wonder if we could handle Prefect locally without Prefect Cloud.
According to https://docs.prefect.io/latest/tutorial/ it could be that we just need to do the following:
$ prefect server start Configure Prefect to communicate with the server with: prefect config set PREFECT_API_URL=http://127.0.0.1:4200/api
I just tried this with generate_data.py and while the runs failed, I think that the prefect stuff was fine.
The text was updated successfully, but these errors were encountered:
Oh, I'm getting these now:
sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked
Sorry, something went wrong.
No branches or pull requests
If we support a local mode I wonder if we could handle Prefect locally without Prefect Cloud.
According to https://docs.prefect.io/latest/tutorial/ it could be that we just need to do the following:
I just tried this with generate_data.py and while the runs failed, I think that the prefect stuff was fine.
The text was updated successfully, but these errors were encountered: