The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user dstandish (triggered by dstandish).
Head commit for run: 20ecefa416640bc9a3afc2c86848ca2e2436f6a4 / Daniel Standish <[email protected]> KPO should use hook's get namespace method to get namespace (#27516) Recently hook was updated to allow non-prefixed extra fields. So we need to check non-prefixed also. Best to use the hook's "get namespace" method. But the public one has a problem; it defaults to `default`, so we don't know if it was set to that intentionally. So we use the "protected" method `_get_namespace`, which doesn't return a default. This allows us, in this case to check if we can derive from cluster, and only _then_ default to `default`. In 6.0, get_namespace will have the correct behavior, and we'll update this again to use it instead. Report URL: https://github.com/apache/airflow/actions/runs/3402883810 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
