Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type check error in
DbtKubernetesBaseOperator.build_env_args
(#766
) The imported function `airflow.providers.cncf.kubernetes.backcompat.backwards_compat_converters.convert_env_vars` was recently updated with type hints and can only accept dictionaries of type `dict[str, str]`. The fix in this PR is to ensure the env var values are strings. Closes #765
- Loading branch information