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
When i try to run
terraform { required_providers { airflow = { source = "local/houqp/airflow" } } required_version = ">= 0.13.0" # supporta i for_each direttamente sulle risorse } provider "airflow" { base_endpoint = "http://127.0.0.1:8888/" } resource "airflow_variable" "fapitest" { key = "foo" value = "bar" }
i got: " Error: 404 NOT FOUND "
My env: WSL2 on win 10 terraform 0.13.5 airflow 1.10.9 ( installed on Azure Kubernetes and using pot-forward to access it locally)
i installed locally your provider extracting it in terraform.d/plugins/local/houqp/airflow/0.2.0/linux_amd64
with TRACE enabled , i have no more hint about the error. I attach trace logs logs.txt
How can i solve this?
Thank you
The text was updated successfully, but these errors were encountered:
Airflow 2.0 is required, because this provider uses new stable API: http://apache-airflow-docs.s3-website.eu-central-1.amazonaws.com/docs/apache-airflow/latest/stable-rest-api-ref.html
Sorry, something went wrong.
No branches or pull requests
When i try to run
i got: " Error: 404 NOT FOUND "
My env:
WSL2 on win 10
terraform 0.13.5
airflow 1.10.9 ( installed on Azure Kubernetes and using pot-forward to access it locally)
i installed locally your provider extracting it in terraform.d/plugins/local/houqp/airflow/0.2.0/linux_amd64
with TRACE enabled , i have no more hint about the error.
I attach trace logs
logs.txt
How can i solve this?
Thank you
The text was updated successfully, but these errors were encountered: