. ├── docker-compose1.yaml ├── requirements.txt ├── etl/ │ ├── fetch_and_upload.py # fetch a chunk from CDC and write NDJSON to GCS │ └── compact_to_parquet.py # PySpark: JSON -> Parquet (Snappy) ├── ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results