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

Error 404 NOT FOUND #5

Open
evaimitico opened this issue Dec 4, 2020 · 1 comment
Open

Error 404 NOT FOUND #5

evaimitico opened this issue Dec 4, 2020 · 1 comment

Comments

@evaimitico
Copy link

evaimitico commented Dec 4, 2020

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

@mik-laj
Copy link

mik-laj commented Dec 4, 2020

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

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