Skip to content

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

Merged
potiuk merged 1 commit intoapache:mainfrom
potiuk:fix-influxdb-validation
Jun 27, 2024
Merged

Fix failure of "Add connection" introduced by influxdb change#40469
potiuk merged 1 commit intoapache:mainfrom
potiuk:fix-influxdb-validation

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
@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