The GitHub Actions job "Tests (AMD)" on 
airflow.git/harden-sqltoolset-allowed-tables has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
0bc16c8a60b4004dcadda50083aec322a2ebca4c / Kaxil Naik <[email protected]>
Fix SQLToolset docs spelling and reject Snowflake LIST @stage bypass

Addresses review on the SQLToolset allowed_tables hardening:

- Use American spelling (recognize) in the docs and docstrings so the
  --spellcheck-only docs build passes.
- Reject Snowflake LIST/LS @stage. It mis-parses to a bare aliased
  expression (Column AS Parameter) with no table or function node, so it
  slipped the scan on the allow_writes path; a top-level Alias is only ever
  a mis-parse, so it is now refused as unverifiable.
- Reword the rejection hint to "if these functions are trusted".
- Show allowed_functions in the SQL example DAG.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to