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

Fix failure of "Add connection" introduced by influxdb change #40469

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Jun 27, 2024

The #40439 introduced new attributes for influxdb widgets, with the InputRequired validator, which should not be used on connection fields, because the fields are all present in the form for all connection types, and they are just "hidden" dynamically per connection type. This PR removes InputRequired validation for those


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

The apache#40439 introduced new attributes for influxdb widgets, with
the InputRequired validator, which should not be used on connection
fields, because the fields are all present in the form for all
connection types, and they are just "hidden" dynamically per
connection type. This PR removes InputRequired validation for those
@potiuk potiuk merged commit 8654cf6 into apache:main Jun 27, 2024
50 checks passed
@potiuk potiuk deleted the fix-influxdb-validation branch June 27, 2024 20:38
@jscheffl jscheffl mentioned this pull request Jun 27, 2024
@ephraimbuddy ephraimbuddy added this to the Airflow 2.10.0 milestone Jul 23, 2024
romsharon98 pushed a commit to romsharon98/airflow that referenced this pull request Jul 26, 2024
…#40469)

The apache#40439 introduced new attributes for influxdb widgets, with
the InputRequired validator, which should not be used on connection
fields, because the fields are all present in the form for all
connection types, and they are just "hidden" dynamically per
connection type. This PR removes InputRequired validation for those
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants