The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/hdfs-asset-uri-allow-default-fs has failed.
Run started by GitHub user stegololz (triggered by stegololz).

Head commit for run:
19e5a39723653cc2a7ccccaa435182da248d9111 / Mathieu Monet 
<[email protected]>
HDFS Asset URI: allow empty netloc for Hadoop fs.defaultFS

The hdfs asset URI sanitizer rejected hdfs:///path as missing a
namenode host. Per RFC 3986 the authority component is optional;
per Hadoop semantics an empty authority means 'resolve via
fs.defaultFS from core-site.xml' — i.e. hdfs:///apps/x is the
canonical form for jobs that must not hard-code a namenode.

Relax sanitize_uri to require only a non-empty path, and add
positive + negative parametrized tests covering the default-fs
form and the corresponding OpenLineage conversion.

Report URL: https://github.com/apache/airflow/actions/runs/26957429659

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to