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

DataDog Connection type not available #30005

Closed
2 tasks done
shannonchoang opened this issue Mar 9, 2023 · 3 comments
Closed
2 tasks done

DataDog Connection type not available #30005

shannonchoang opened this issue Mar 9, 2023 · 3 comments
Labels
area:providers duplicate Issue that is duplicated kind:feature Feature Requests

Comments

@shannonchoang
Copy link

shannonchoang commented Mar 9, 2023

Apache Airflow Provider(s)

datadog

Versions of Apache Airflow Providers

apache-airflow-providers-datadog==3.0.0

Apache Airflow version

2.2.2

Operating System

Mac OS

Deployment

Amazon (AWS) MWAA

Deployment details

No response

What happened

I installed the provider package for DataDog. After installation I'm not getting any import errors when using the hook/operator in a DAG file, but I'm unable to create a DataDog connection through the Airflow UI.

I noticed in this file where other providers have a Connections section, Datadog does not.
https://github.com/apache/airflow/blob/main/airflow/providers/datadog/provider.yaml

What you think should happen instead

See above -- I believe some code is missing to actually allow the creation of a DataDog connection.

How to reproduce

Install the noted version of the Datadog provider package, through the airflow UI attempt to create a DataDog connection.

Anything else

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@shannonchoang shannonchoang added area:providers kind:bug This is a clearly a bug needs-triage label for new issues that we didn't triage yet labels Mar 9, 2023
@boring-cyborg
Copy link

boring-cyborg bot commented Mar 9, 2023

Thanks for opening your first issue here! Be sure to follow the issue template! If you are willing to raise PR to address this issue please do so, no need to wait for approval.

@Taragolis
Copy link
Contributor

DataDog provider not implemented own connection, my assuming that this hook expected to use Generic connection.
And Hook not implements mandatory class attributes for appear in the UI, see: #28790

@Taragolis Taragolis added the duplicate Issue that is duplicated label Mar 9, 2023
@Taragolis
Copy link
Contributor

close as DataDog is listed in #28790, but even if this issue is duplicate you still could contribute to improve situation with connections

@Taragolis Taragolis closed this as not planned Won't fix, can't repro, duplicate, stale Mar 9, 2023
@Taragolis Taragolis added kind:feature Feature Requests and removed needs-triage label for new issues that we didn't triage yet kind:bug This is a clearly a bug labels Mar 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers duplicate Issue that is duplicated kind:feature Feature Requests
Projects
None yet
Development

No branches or pull requests

2 participants