bigquery-etl/bigquery_etl/routine
Sean Rose a70b2aa689
Support symlinks (#4881)
* Avoid using `Path.glob()` or `Path.rglob()` for recursive file searches.

Because they don't currently support following symlinks (they will in Python 3.13).

* Specify `followlinks=True` as necessary when calling `os.walk()`.
2024-01-24 13:02:43 -08:00
..
parse_routine.py Support symlinks (#4881) 2024-01-24 13:02:43 -08:00
publish_routines.py Support symlinks (#4881) 2024-01-24 13:02:43 -08:00