Migrate dbt Cloud connection UI metadata to YAML - #62579
Merged
Merged
Conversation
josh-fell
force-pushed
the
dbt-cloud-conn-form
branch
from
February 27, 2026 17:48
9d5f487 to
588d3fe
Compare
Contributor
Author
|
Nevermind, you mention leaving the methods in the hook in #60410 and eventually deprecating them. |
josh-fell
force-pushed
the
dbt-cloud-conn-form
branch
from
February 27, 2026 18:31
588d3fe to
19e6851
Compare
josh-fell
force-pushed
the
dbt-cloud-conn-form
branch
from
March 9, 2026 14:34
19e6851 to
d75423a
Compare
amoghrajesh
approved these changes
Mar 10, 2026
This change adds the corresponding connection configuration for UI fields directly in the provider.yaml file.
josh-fell
force-pushed
the
dbt-cloud-conn-form
branch
from
March 10, 2026 13:13
d75423a to
f52414d
Compare
Contributor
|
@josh-fell I see some failures in the CI, seems unrelated but can you confirm? FAILED airflow-core/tests/unit/core/test_configuration.py::TestDeprecatedConf::test_conf_as_dict_when_deprecated_value_in_secrets[True] - AssertionError: assert equals failed
None (
'postgresql://',
'secret',
)
FAILED airflow-core/tests/unit/core/test_configuration.py::TestDeprecatedConf::test_conf_as_dict_when_deprecated_value_in_secrets[False] - AssertionError: assert equals failed
None 'postgresql://' |
dominikhei
pushed a commit
to dominikhei/airflow
that referenced
this pull request
Mar 11, 2026
This change adds the corresponding connection configuration for UI fields directly in the provider.yaml file. Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
Pyasma
pushed a commit
to Pyasma/airflow
that referenced
this pull request
Mar 13, 2026
This change adds the corresponding connection configuration for UI fields directly in the provider.yaml file. Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change adds connection UI fields explicitly as provider-related configuration for the dbt Cloud provider.
Related: #62345