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
Apache Airflow version: 1.10.14
Kubernetes version (if you are using kubernetes) (use kubectl version):
kubectl version
Environment:
uname -a
What happened:
Saw this message in the logs: The 'variables' command is deprecated and removed in Airflow 2.0, please use 'variables' instead
The 'variables' command is deprecated and removed in Airflow 2.0, please use 'variables' instead
What you expected to happen: If this is a legitimate error, it should be more helpful.
How to reproduce it:
pip install apache-airflow[postgres]==1.10.14 airflow db init airflow variables
Anything else we need to know:
This happens in production on GKE as well.
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
Sorry, something went wrong.
Whoops, yes, that should have said something about use variables list instead.
variables list
closed by #14457
No branches or pull requests
Apache Airflow version: 1.10.14
Kubernetes version (if you are using kubernetes) (use
kubectl version
):Environment:
uname -a
):What happened:
Saw this message in the logs:
The 'variables' command is deprecated and removed in Airflow 2.0, please use 'variables' instead
What you expected to happen:
If this is a legitimate error, it should be more helpful.
How to reproduce it:
Anything else we need to know:
This happens in production on GKE as well.
The text was updated successfully, but these errors were encountered: